Color Hex Logo

#cedea9 Color Hex

#CEDEA9
(206,222,169)
0 Favorites   0 Comments

Color spaces of #cedea9

RGB 206222169
HSL0.220.450.77
HSV78°24°87°
CMYK 0.070.000.24   0.13
XYZ58.736368.228947.6099
Yxy68.22890.33650.3908
Hunter Lab82.6008-17.622423.6467
CIE-Lab86.1208-14.290424.2689

#cedea9 color RGB value is (206,222,169).

#cedea9 hex color red value is 206, green value is 222 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #cedea9 hue: 0.22 , saturation: 0.45 and the lightness value of cedea9 is 0.77.

The process color (four color CMYK) of #cedea9 color hex is 0.07, 0.00, 0.24, 0.13. Web safe color of #cedea9 is #cccc99. Color #cedea9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011110 10101001
Octal 316 336 251
Decimal 206 222 169
Hex CE DE A9

RGB Percentages of Color #cedea9

%34.51
%37.19
%28.31

CMYK Percentages of Color #cedea9

%7
%0
%24
%13

Triadic Colors of #cedea9

#cedea9 #a9cede #dea9ce

Analogous Colors of #cedea9

#cedea9 #b4dea9 #ded4a9

Monochromatic Colors of #cedea9

#cedea9

Complementary Color

#cedea9 #b9a9de

#cedea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedea9 Color CSS Codes

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

#cedea9 Text Font Color

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

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


#cedea9 Background Color

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

This div background color is #cedea9


#cedea9 Border Color

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

This div border color is #cedea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedea9


Comments

No comments written yet.

Please login to write comment.