Color Hex Logo

#ceeaa9 Color Hex

#CEEAA9
(206,234,169)
0 Favorites   0 Comments

Color spaces of #ceeaa9

RGB 206234169
HSL0.240.610.79
HSV86°28°92°
CMYK 0.120.000.28   0.08
XYZ62.037874.832048.7104
Yxy74.83200.33430.4032
Hunter Lab86.5055-23.372527.1682
CIE-Lab89.3142-20.220828.6142

#ceeaa9 color RGB value is (206,234,169).

#ceeaa9 hex color red value is 206, green value is 234 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #ceeaa9 hue: 0.24 , saturation: 0.61 and the lightness value of ceeaa9 is 0.79.

The process color (four color CMYK) of #ceeaa9 color hex is 0.12, 0.00, 0.28, 0.08. Web safe color of #ceeaa9 is #ccff99. Color #ceeaa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10101001
Octal 316 352 251
Decimal 206 234 169
Hex CE EA A9

RGB Percentages of Color #ceeaa9

%33.83
%38.42
%27.75

CMYK Percentages of Color #ceeaa9

%12
%0
%28
%8

Triadic Colors of #ceeaa9

#ceeaa9 #a9ceea #eaa9ce

Analogous Colors of #ceeaa9

#ceeaa9 #aeeaa9 #eae6a9

Monochromatic Colors of #ceeaa9

#ceeaa9

Complementary Color

#ceeaa9 #c5a9ea

#ceeaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeaa9 Color CSS Codes

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

#ceeaa9 Text Font Color

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

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


#ceeaa9 Background Color

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

This div background color is #ceeaa9


#ceeaa9 Border Color

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

This div border color is #ceeaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeaa9


Comments

No comments written yet.

Please login to write comment.