Color Hex Logo

#dee99f Color Hex

#DEE99F
(222,233,159)
0 Favorites   0 Comments

Color spaces of #dee99f

RGB 222233159
HSL0.190.630.77
HSV69°32°91°
CMYK 0.050.000.32   0.09
XYZ65.521176.310644.0770
Yxy76.31060.35240.4105
Hunter Lab87.3559-18.989431.2333
CIE-Lab90.0034-15.221034.8147

#dee99f color RGB value is (222,233,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 10011111
Octal 336 351 237
Decimal 222 233 159
Hex DE E9 9F

RGB Percentages of Color #dee99f

%36.16
%37.95
%25.90

CMYK Percentages of Color #dee99f

%5
%0
%32
%9

Triadic Colors of #dee99f

#dee99f #9fdee9 #e99fde

Analogous Colors of #dee99f

#dee99f #b9e99f #e9cf9f

Monochromatic Colors of #dee99f

#dee99f

Complementary Color

#dee99f #aa9fe9

#dee99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee99f Color CSS Codes

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

#dee99f Text Font Color

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

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


#dee99f Background Color

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

This div background color is #dee99f


#dee99f Border Color

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

This div border color is #dee99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee99f


Comments

No comments written yet.

Please login to write comment.