Color Hex Logo

#cea4ab Color Hex

#CEA4AB
(206,164,171)
0 Favorites   0 Comments

Color spaces of #cea4ab

RGB 206164171
HSL0.970.300.73
HSV350°20°81°
CMYK 0.000.200.17   0.19
XYZ46.079742.613044.3245
Yxy42.61300.34640.3204
Hunter Lab65.278611.76425.4369
CIE-Lab71.291516.53352.2765

#cea4ab color RGB value is (206,164,171).

#cea4ab hex color red value is 206, green value is 164 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cea4ab hue: 0.97 , saturation: 0.30 and the lightness value of cea4ab is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 10101011
Octal 316 244 253
Decimal 206 164 171
Hex CE A4 AB

RGB Percentages of Color #cea4ab

%38.08
%30.31
%31.61

CMYK Percentages of Color #cea4ab

%0
%20
%17
%19

Triadic Colors of #cea4ab

#cea4ab #abcea4 #a4abce

Analogous Colors of #cea4ab

#cea4ab #ceb2a4 #cea4c0

Monochromatic Colors of #cea4ab

#cea4ab

Complementary Color

#cea4ab #a4cec7

#cea4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea4ab Color CSS Codes

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

#cea4ab Text Font Color

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

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


#cea4ab Background Color

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

This div background color is #cea4ab


#cea4ab Border Color

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

This div border color is #cea4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea4ab


Comments

No comments written yet.

Please login to write comment.