Color Hex Logo

#deeda9 Color Hex

#DEEDA9
(222,237,169)
0 Favorites   0 Comments

Color spaces of #deeda9

RGB 222237169
HSL0.200.650.80
HSV73°29°93°
CMYK 0.060.000.29   0.07
XYZ67.569878.962549.2161
Yxy78.96250.34520.4034
Hunter Lab88.8608-19.775129.3645
CIE-Lab91.2173-15.897231.3678

#deeda9 color RGB value is (222,237,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 10101001
Octal 336 355 251
Decimal 222 237 169
Hex DE ED A9

RGB Percentages of Color #deeda9

%35.35
%37.74
%26.91

CMYK Percentages of Color #deeda9

%6
%0
%29
%7

Triadic Colors of #deeda9

#deeda9 #a9deed #eda9de

Analogous Colors of #deeda9

#deeda9 #bceda9 #eddaa9

Monochromatic Colors of #deeda9

#deeda9

Complementary Color

#deeda9 #b8a9ed

#deeda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeda9 Color CSS Codes

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

#deeda9 Text Font Color

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

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


#deeda9 Background Color

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

This div background color is #deeda9


#deeda9 Border Color

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

This div border color is #deeda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeda9


Comments

No comments written yet.

Please login to write comment.