color codes Logo

#d0e04b color codes

#D0E04B
(208,224,75)
0 Favorites   0 Comments

Color spaces of #d0e04b

RGB 20822475
HSL0.180.710.59
HSV66°67°88°
CMYK 0.070.000.67   0.12
XYZ53.938167.229216.7903
Yxy67.22920.39100.4873
Hunter Lab81.9934-26.065045.2542
CIE-Lab85.6196-24.057867.9564

#d0e04b color RGB value is (208,224,75).

#d0e04b hex color red value is 208, green value is 224 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d0e04b hue: 0.18 , saturation: 0.71 and the lightness value of d0e04b is 0.59.

The process color (four color CMYK) of #d0e04b color code is 0.07, 0.00, 0.67, 0.12. Web safe color of #d0e04b is #cccc33. Color #d0e04b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11100000 01001011
Octal 320 340 113
Decimal 208 224 75
Hex D0 E0 4B

RGB Percentages of Color #d0e04b

%41.03
%44.18
%14.79

CMYK Percentages of Color #d0e04b

%7
%0
%67
%12

Triadic Colors of #d0e04b

#d0e04b #4bd0e0 #e04bd0

Analogous Colors of #d0e04b

#d0e04b #86e04b #e0a64b

Monochromatic Colors of #d0e04b

#d0e04b

Complementary Color

#d0e04b #5b4be0

#d0e04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e04b Color CSS Codes

.mybgcolor {background-color:#d0e04b; } 
.myforecolor {color:#d0e04b; }
.mybordercolor {border:3px solid #d0e04b; }

#d0e04b Text Font Color

<p style="color:#d0e04b">Text here</p>

This sample text font color is #d0e04b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d0e04b Background Color

<div style="background-color:#d0e04b">
Div content here</div>

This div background color is #d0e04b


#d0e04b Border Color

<div style="border:3px solid #d0e04b">
Div here</div>

This div border color is #d0e04b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,224,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0e04b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0e04b;
  -webkit-box-shadow: 1px 1px 3px 2px #d0e04b;
  box-shadow:         1px 1px 3px 2px #d0e04b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,224,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0e04b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d0e04b;
  -webkit-box-shadow: 1px 1px 3px 2px #d0e04b;
  box-shadow:         1px 1px 3px 2px #d0e04b;">
Div content here</div>

This div box has shadow with color #d0e04b


Comments

No comments written yet.

Please login to write comment.