Color Hex Logo

#deeca9 Color Hex

#DEECA9
(222,236,169)
0 Favorites   0 Comments

Color spaces of #deeca9

RGB 222236169
HSL0.200.640.79
HSV73°28°93°
CMYK 0.060.000.28   0.07
XYZ67.281178.385149.1199
Yxy78.38510.34540.4024
Hunter Lab88.5354-19.288529.0803
CIE-Lab90.9553-15.404531.0162

#deeca9 color RGB value is (222,236,169).

#deeca9 hex color red value is 222, green value is 236 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #deeca9 hue: 0.20 , saturation: 0.64 and the lightness value of deeca9 is 0.79.

The process color (four color CMYK) of #deeca9 color hex is 0.06, 0.00, 0.28, 0.07. Web safe color of #deeca9 is #ccff99. Color #deeca9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 10101001
Octal 336 354 251
Decimal 222 236 169
Hex DE EC A9

RGB Percentages of Color #deeca9

%35.41
%37.64
%26.95

CMYK Percentages of Color #deeca9

%6
%0
%28
%7

Triadic Colors of #deeca9

#deeca9 #a9deec #eca9de

Analogous Colors of #deeca9

#deeca9 #bdeca9 #ecd9a9

Monochromatic Colors of #deeca9

#deeca9

Complementary Color

#deeca9 #b7a9ec

#deeca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeca9 Color CSS Codes

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

#deeca9 Text Font Color

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

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


#deeca9 Background Color

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

This div background color is #deeca9


#deeca9 Border Color

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

This div border color is #deeca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeca9


Comments

No comments written yet.

Please login to write comment.