Color Hex Logo

#ccbaab Color Hex

#CCBAAB
(204,186,171)
0 Favorites   0 Comments

Color spaces of #ccbaab

RGB 204186171
HSL0.080.240.74
HSV27°16°80°
CMYK 0.000.090.16   0.20
XYZ49.811450.895545.7265
Yxy50.89550.34020.3476
Hunter Lab71.3411-0.215611.9365
CIE-Lab76.61573.91379.9095

#ccbaab color RGB value is (204,186,171).

#ccbaab hex color red value is 204, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ccbaab hue: 0.08 , saturation: 0.24 and the lightness value of ccbaab is 0.74.

The process color (four color CMYK) of #ccbaab color hex is 0.00, 0.09, 0.16, 0.20. Web safe color of #ccbaab is #cccc99. Color #ccbaab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10101011
Octal 314 272 253
Decimal 204 186 171
Hex CC BA AB

RGB Percentages of Color #ccbaab

%36.36
%33.16
%30.48

CMYK Percentages of Color #ccbaab

%0
%9
%16
%20

Triadic Colors of #ccbaab

#ccbaab #abccba #baabcc

Analogous Colors of #ccbaab

#ccbaab #cccbab #ccabad

Monochromatic Colors of #ccbaab

#ccbaab

Complementary Color

#ccbaab #abbdcc

#ccbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbaab Color CSS Codes

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

#ccbaab Text Font Color

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

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


#ccbaab Background Color

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

This div background color is #ccbaab


#ccbaab Border Color

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

This div border color is #ccbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbaab


Comments

No comments written yet.

Please login to write comment.