Color Hex Logo

#dee196 Color Hex

#DEE196
(222,225,150)
0 Favorites   0 Comments

Color spaces of #dee196

RGB 222225150
HSL0.170.560.74
HSV62°33°88°
CMYK 0.010.000.33   0.12
XYZ62.554471.582039.3739
Yxy71.58200.36050.4126
Hunter Lab84.6061-16.085031.6320
CIE-Lab87.7670-12.351136.4202

#dee196 color RGB value is (222,225,150).

#dee196 hex color red value is 222, green value is 225 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dee196 hue: 0.17 , saturation: 0.56 and the lightness value of dee196 is 0.74.

The process color (four color CMYK) of #dee196 color hex is 0.01, 0.00, 0.33, 0.12. Web safe color of #dee196 is #cccc99. Color #dee196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 10010110
Octal 336 341 226
Decimal 222 225 150
Hex DE E1 96

RGB Percentages of Color #dee196

%37.19
%37.69
%25.13

CMYK Percentages of Color #dee196

%1
%0
%33
%12

Triadic Colors of #dee196

#dee196 #96dee1 #e196de

Analogous Colors of #dee196

#dee196 #b9e196 #e1bf96

Monochromatic Colors of #dee196

#dee196

Complementary Color

#dee196 #9996e1

#dee196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee196 Color CSS Codes

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

#dee196 Text Font Color

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

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


#dee196 Background Color

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

This div background color is #dee196


#dee196 Border Color

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

This div border color is #dee196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee196


Comments

No comments written yet.

Please login to write comment.