Color Hex Logo

#cea999 Color Hex

#CEA999
(206,169,153)
0 Favorites   0 Comments

Color spaces of #cea999

RGB 206169153
HSL0.050.350.70
HSV18°26°81°
CMYK 0.000.180.26   0.19
XYZ45.391343.797736.1984
Yxy43.79770.36200.3493
Hunter Lab66.17986.614513.8960
CIE-Lab72.093111.112613.3346

#cea999 color RGB value is (206,169,153).

#cea999 hex color red value is 206, green value is 169 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cea999 hue: 0.05 , saturation: 0.35 and the lightness value of cea999 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 10011001
Octal 316 251 231
Decimal 206 169 153
Hex CE A9 99

RGB Percentages of Color #cea999

%39.02
%32.01
%28.98

CMYK Percentages of Color #cea999

%0
%18
%26
%19

Triadic Colors of #cea999

#cea999 #99cea9 #a999ce

Analogous Colors of #cea999

#cea999 #cec499 #ce99a4

Monochromatic Colors of #cea999

#cea999

Complementary Color

#cea999 #99bece

#cea999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea999 Color CSS Codes

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

#cea999 Text Font Color

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

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


#cea999 Background Color

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

This div background color is #cea999


#cea999 Border Color

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

This div border color is #cea999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea999


Comments

No comments written yet.

Please login to write comment.