Color Hex Logo

#cec9aa Color Hex

#CEC9AA
(206,201,170)
0 Favorites   0 Comments

Color spaces of #cec9aa

RGB 206201170
HSL0.140.270.74
HSV52°17°81°
CMYK 0.000.020.17   0.19
XYZ53.595957.797446.3614
Yxy57.79740.33970.3664
Hunter Lab76.0246-7.203917.0609
CIE-Lab80.6260-3.411316.1339

#cec9aa color RGB value is (206,201,170).

#cec9aa hex color red value is 206, green value is 201 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cec9aa hue: 0.14 , saturation: 0.27 and the lightness value of cec9aa is 0.74.

The process color (four color CMYK) of #cec9aa color hex is 0.00, 0.02, 0.17, 0.19. Web safe color of #cec9aa is #cccc99. Color #cec9aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 10101010
Octal 316 311 252
Decimal 206 201 170
Hex CE C9 AA

RGB Percentages of Color #cec9aa

%35.70
%34.84
%29.46

CMYK Percentages of Color #cec9aa

%0
%2
%17
%19

Triadic Colors of #cec9aa

#cec9aa #aacec9 #c9aace

Analogous Colors of #cec9aa

#cec9aa #c1ceaa #ceb7aa

Monochromatic Colors of #cec9aa

#cec9aa

Complementary Color

#cec9aa #aaafce

#cec9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec9aa Color CSS Codes

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

#cec9aa Text Font Color

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

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


#cec9aa Background Color

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

This div background color is #cec9aa


#cec9aa Border Color

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

This div border color is #cec9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec9aa


Comments

No comments written yet.

Please login to write comment.