Color Hex Logo

#ccbaaa Color Hex

#CCBAAA
(204,186,170)
0 Favorites   0 Comments

Color spaces of #ccbaaa

RGB 204186170
HSL0.080.250.73
HSV28°17°80°
CMYK 0.000.090.17   0.20
XYZ49.716450.857545.2263
Yxy50.85750.34100.3488
Hunter Lab71.3144-0.360212.3195
CIE-Lab76.59263.756710.4179

#ccbaaa color RGB value is (204,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10101010
Octal 314 272 252
Decimal 204 186 170
Hex CC BA AA

RGB Percentages of Color #ccbaaa

%36.43
%33.21
%30.36

CMYK Percentages of Color #ccbaaa

%0
%9
%17
%20

Triadic Colors of #ccbaaa

#ccbaaa #aaccba #baaacc

Analogous Colors of #ccbaaa

#ccbaaa #cccbaa #ccaaab

Monochromatic Colors of #ccbaaa

#ccbaaa

Complementary Color

#ccbaaa #aabccc

#ccbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbaaa Color CSS Codes

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

#ccbaaa Text Font Color

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

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


#ccbaaa Background Color

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

This div background color is #ccbaaa


#ccbaaa Border Color

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

This div border color is #ccbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbaaa


Comments

No comments written yet.

Please login to write comment.