Color Hex Logo

#cec9ab Color Hex

#CEC9AB
(206,201,171)
0 Favorites   0 Comments

Color spaces of #cec9ab

RGB 206201171
HSL0.140.260.74
HSV51°17°81°
CMYK 0.000.020.17   0.19
XYZ53.690957.835446.8616
Yxy57.83540.33900.3652
Hunter Lab76.0496-7.066016.7003
CIE-Lab80.6472-3.258615.6312

#cec9ab color RGB value is (206,201,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 10101011
Octal 316 311 253
Decimal 206 201 171
Hex CE C9 AB

RGB Percentages of Color #cec9ab

%35.64
%34.78
%29.58

CMYK Percentages of Color #cec9ab

%0
%2
%17
%19

Triadic Colors of #cec9ab

#cec9ab #abcec9 #c9abce

Analogous Colors of #cec9ab

#cec9ab #c2ceab #ceb8ab

Monochromatic Colors of #cec9ab

#cec9ab

Complementary Color

#cec9ab #abb0ce

#cec9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec9ab Color CSS Codes

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

#cec9ab Text Font Color

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

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


#cec9ab Background Color

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

This div background color is #cec9ab


#cec9ab Border Color

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

This div border color is #cec9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec9ab

#cec9ab Color Palettes


Comments

No comments written yet.

Please login to write comment.