Color Hex Logo

#d9e69a Color Hex

#D9E69A
(217,230,154)
0 Favorites   0 Comments

Color spaces of #d9e69a

RGB 217230154
HSL0.200.600.75
HSV70°33°90°
CMYK 0.060.000.33   0.10
XYZ62.744873.678441.4862
Yxy73.67840.35270.4141
Hunter Lab85.8361-19.732631.4293
CIE-Lab88.7703-16.234735.6462

#d9e69a color RGB value is (217,230,154).

#d9e69a hex color red value is 217, green value is 230 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d9e69a hue: 0.20 , saturation: 0.60 and the lightness value of d9e69a is 0.75.

The process color (four color CMYK) of #d9e69a color hex is 0.06, 0.00, 0.33, 0.10. Web safe color of #d9e69a is #ccff99. Color #d9e69a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11100110 10011010
Octal 331 346 232
Decimal 217 230 154
Hex D9 E6 9A

RGB Percentages of Color #d9e69a

%36.11
%38.27
%25.62

CMYK Percentages of Color #d9e69a

%6
%0
%33
%10

Triadic Colors of #d9e69a

#d9e69a #9ad9e6 #e69ad9

Analogous Colors of #d9e69a

#d9e69a #b3e69a #e6cd9a

Monochromatic Colors of #d9e69a

#d9e69a

Complementary Color

#d9e69a #a79ae6

#d9e69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9e69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9e69a Color CSS Codes

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

#d9e69a Text Font Color

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

This sample text font color is #d9e69a
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.


#d9e69a Background Color

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

This div background color is #d9e69a


#d9e69a Border Color

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

This div border color is #d9e69a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,230,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9e69a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9e69a;
  -webkit-box-shadow: 1px 1px 3px 2px #d9e69a;
  box-shadow:         1px 1px 3px 2px #d9e69a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,230,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9e69a

#d9e69a Color Palettes


Comments

No comments written yet.

Please login to write comment.