Color Hex Logo

#ceaaad Color Hex

#CEAAAD
(206,170,173)
0 Favorites   0 Comments

Color spaces of #ceaaad

RGB 206170173
HSL0.990.270.74
HSV355°17°81°
CMYK 0.000.170.16   0.19
XYZ47.371144.888445.7028
Yxy44.88840.34340.3254
Hunter Lab66.99888.95946.4549
CIE-Lab72.818313.58793.3883

#ceaaad color RGB value is (206,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 10101101
Octal 316 252 255
Decimal 206 170 173
Hex CE AA AD

RGB Percentages of Color #ceaaad

%37.52
%30.97
%31.51

CMYK Percentages of Color #ceaaad

%0
%17
%16
%19

Triadic Colors of #ceaaad

#ceaaad #adceaa #aaadce

Analogous Colors of #ceaaad

#ceaaad #ceb9aa #ceaabf

Monochromatic Colors of #ceaaad

#ceaaad

Complementary Color

#ceaaad #aacecb

#ceaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaaad Color CSS Codes

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

#ceaaad Text Font Color

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

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


#ceaaad Background Color

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

This div background color is #ceaaad


#ceaaad Border Color

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

This div border color is #ceaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaaad


Comments

No comments written yet.

Please login to write comment.