Color Hex Logo

#ccabaa Color Hex

#CCABAA
(204,171,170)
0 Favorites   0 Comments

Color spaces of #ccabaa

RGB 204171170
HSL0.000.250.73
HSV17°80°
CMYK 0.000.160.17   0.20
XYZ46.720444.865544.2277
Yxy44.86550.34400.3303
Hunter Lab66.98177.28757.7383
CIE-Lab72.803211.82954.9910

#ccabaa color RGB value is (204,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10101010
Octal 314 253 252
Decimal 204 171 170
Hex CC AB AA

RGB Percentages of Color #ccabaa

%37.43
%31.38
%31.19

CMYK Percentages of Color #ccabaa

%0
%16
%17
%20

Triadic Colors of #ccabaa

#ccabaa #aaccab #abaacc

Analogous Colors of #ccabaa

#ccabaa #ccbcaa #ccaaba

Monochromatic Colors of #ccabaa

#ccabaa

Complementary Color

#ccabaa #aacbcc

#ccabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabaa Color CSS Codes

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

#ccabaa Text Font Color

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

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


#ccabaa Background Color

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

This div background color is #ccabaa


#ccabaa Border Color

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

This div border color is #ccabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabaa


Comments

No comments written yet.

Please login to write comment.