Color Hex Logo

#cea99e Color Hex

#CEA99E
(206,169,158)
0 Favorites   0 Comments

Color spaces of #cea99e

RGB 206169158
HSL0.040.330.71
HSV14°23°81°
CMYK 0.000.180.23   0.19
XYZ45.813143.966438.4195
Yxy43.96640.35740.3430
Hunter Lab66.30727.292112.0614
CIE-Lab72.206011.832610.7517

#cea99e color RGB value is (206,169,158).

#cea99e hex color red value is 206, green value is 169 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cea99e hue: 0.04 , saturation: 0.33 and the lightness value of cea99e is 0.71.

The process color (four color CMYK) of #cea99e color hex is 0.00, 0.18, 0.23, 0.19. Web safe color of #cea99e is #cc9999. Color #cea99e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 10011110
Octal 316 251 236
Decimal 206 169 158
Hex CE A9 9E

RGB Percentages of Color #cea99e

%38.65
%31.71
%29.64

CMYK Percentages of Color #cea99e

%0
%18
%23
%19

Triadic Colors of #cea99e

#cea99e #9ecea9 #a99ece

Analogous Colors of #cea99e

#cea99e #cec19e #ce9eab

Monochromatic Colors of #cea99e

#cea99e

Complementary Color

#cea99e #9ec3ce

#cea99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea99e Color CSS Codes

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

#cea99e Text Font Color

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

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


#cea99e Background Color

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

This div background color is #cea99e


#cea99e Border Color

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

This div border color is #cea99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea99e


Comments

No comments written yet.

Please login to write comment.