Color Hex Logo

#ceaeab Color Hex

#CEAEAB
(206,174,171)
0 Favorites   0 Comments

Color spaces of #ceaeab

RGB 206174171
HSL0.010.260.74
HSV17°81°
CMYK 0.000.160.17   0.19
XYZ47.940346.334244.9447
Yxy46.33420.34440.3328
Hunter Lab68.06926.59418.5005
CIE-Lab73.761911.10255.8476

#ceaeab color RGB value is (206,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 10101011
Octal 316 256 253
Decimal 206 174 171
Hex CE AE AB

RGB Percentages of Color #ceaeab

%37.39
%31.58
%31.03

CMYK Percentages of Color #ceaeab

%0
%16
%17
%19

Triadic Colors of #ceaeab

#ceaeab #abceae #aeabce

Analogous Colors of #ceaeab

#ceaeab #cec0ab #ceabba

Monochromatic Colors of #ceaeab

#ceaeab

Complementary Color

#ceaeab #abcbce

#ceaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaeab Color CSS Codes

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

#ceaeab Text Font Color

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

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


#ceaeab Background Color

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

This div background color is #ceaeab


#ceaeab Border Color

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

This div border color is #ceaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaeab


Comments

No comments written yet.

Please login to write comment.