Color Hex Logo

#dee996 Color Hex

#DEE996
(222,233,150)
0 Favorites   0 Comments

Color spaces of #dee996

RGB 222233150
HSL0.190.650.75
HSV68°36°91°
CMYK 0.050.000.36   0.09
XYZ64.768176.009440.1118
Yxy76.00940.35810.4202
Hunter Lab87.1834-19.964133.7499
CIE-Lab89.8637-16.317639.1506

#dee996 color RGB value is (222,233,150).

#dee996 hex color red value is 222, green value is 233 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dee996 hue: 0.19 , saturation: 0.65 and the lightness value of dee996 is 0.75.

The process color (four color CMYK) of #dee996 color hex is 0.05, 0.00, 0.36, 0.09. Web safe color of #dee996 is #ccff99. Color #dee996 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 10010110
Octal 336 351 226
Decimal 222 233 150
Hex DE E9 96

RGB Percentages of Color #dee996

%36.69
%38.51
%24.79

CMYK Percentages of Color #dee996

%5
%0
%36
%9

Triadic Colors of #dee996

#dee996 #96dee9 #e996de

Analogous Colors of #dee996

#dee996 #b5e996 #e9cb96

Monochromatic Colors of #dee996

#dee996

Complementary Color

#dee996 #a196e9

#dee996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee996 Color CSS Codes

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

#dee996 Text Font Color

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

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


#dee996 Background Color

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

This div background color is #dee996


#dee996 Border Color

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

This div border color is #dee996


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,233,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 #dee996">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee996


Comments

No comments written yet.

Please login to write comment.