Color Hex Logo

#dee99a Color Hex

#DEE99A
(222,233,154)
0 Favorites   0 Comments

Color spaces of #dee99a

RGB 222233154
HSL0.190.640.76
HSV68°34°91°
CMYK 0.050.000.34   0.09
XYZ65.095876.140541.8375
Yxy76.14050.35560.4159
Hunter Lab87.2585-19.539532.6534
CIE-Lab89.9245-15.839037.2282

#dee99a color RGB value is (222,233,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 10011010
Octal 336 351 232
Decimal 222 233 154
Hex DE E9 9A

RGB Percentages of Color #dee99a

%36.45
%38.26
%25.29

CMYK Percentages of Color #dee99a

%5
%0
%34
%9

Triadic Colors of #dee99a

#dee99a #9adee9 #e99ade

Analogous Colors of #dee99a

#dee99a #b7e99a #e9cd9a

Monochromatic Colors of #dee99a

#dee99a

Complementary Color

#dee99a #a59ae9

#dee99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee99a Color CSS Codes

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

#dee99a Text Font Color

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

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


#dee99a Background Color

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

This div background color is #dee99a


#dee99a Border Color

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

This div border color is #dee99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee99a


Comments

No comments written yet.

Please login to write comment.