Color Hex Logo

#d9de95 Color Hex

#D9DE95
(217,222,149)
0 Favorites   0 Comments

Color spaces of #d9de95

RGB 217222149
HSL0.180.530.73
HSV64°33°87°
CMYK 0.020.000.33   0.13
XYZ60.161469.164238.6130
Yxy69.16420.35820.4118
Hunter Lab83.1650-16.412330.6875
CIE-Lab86.5853-12.875735.3067

#d9de95 color RGB value is (217,222,149).

#d9de95 hex color red value is 217, green value is 222 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d9de95 hue: 0.18 , saturation: 0.53 and the lightness value of d9de95 is 0.73.

The process color (four color CMYK) of #d9de95 color hex is 0.02, 0.00, 0.33, 0.13. Web safe color of #d9de95 is #cccc99. Color #d9de95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011110 10010101
Octal 331 336 225
Decimal 217 222 149
Hex D9 DE 95

RGB Percentages of Color #d9de95

%36.90
%37.76
%25.34

CMYK Percentages of Color #d9de95

%2
%0
%33
%13

Triadic Colors of #d9de95

#d9de95 #95d9de #de95d9

Analogous Colors of #d9de95

#d9de95 #b5de95 #debf95

Monochromatic Colors of #d9de95

#d9de95

Complementary Color

#d9de95 #9a95de

#d9de95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9de95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9de95 Color CSS Codes

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

#d9de95 Text Font Color

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

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


#d9de95 Background Color

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

This div background color is #d9de95


#d9de95 Border Color

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

This div border color is #d9de95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9de95


Comments

No comments written yet.

Please login to write comment.