Color Hex Logo

#cea0ab Color Hex

#CEA0AB
(206,160,171)
0 Favorites   0 Comments

Color spaces of #cea0ab

RGB 206160171
HSL0.960.320.72
HSV346°22°81°
CMYK 0.000.220.17   0.19
XYZ45.375141.203744.0897
Yxy41.20370.34730.3153
Hunter Lab64.190113.84654.2091
CIE-Lab70.318418.71560.8610

#cea0ab color RGB value is (206,160,171).

#cea0ab hex color red value is 206, green value is 160 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cea0ab hue: 0.96 , saturation: 0.32 and the lightness value of cea0ab is 0.72.

The process color (four color CMYK) of #cea0ab color hex is 0.00, 0.22, 0.17, 0.19. Web safe color of #cea0ab is #cc9999. Color #cea0ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 10101011
Octal 316 240 253
Decimal 206 160 171
Hex CE A0 AB

RGB Percentages of Color #cea0ab

%38.36
%29.80
%31.84

CMYK Percentages of Color #cea0ab

%0
%22
%17
%19

Triadic Colors of #cea0ab

#cea0ab #abcea0 #a0abce

Analogous Colors of #cea0ab

#cea0ab #ceaca0 #cea0c2

Monochromatic Colors of #cea0ab

#cea0ab

Complementary Color

#cea0ab #a0cec3

#cea0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea0ab Color CSS Codes

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

#cea0ab Text Font Color

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

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


#cea0ab Background Color

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

This div background color is #cea0ab


#cea0ab Border Color

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

This div border color is #cea0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea0ab


Comments

No comments written yet.

Please login to write comment.