Color Hex Logo

#ccaba0 Color Hex

#CCABA0
(204,171,160)
0 Favorites   0 Comments

Color spaces of #ccaba0

RGB 204171160
HSL0.040.300.71
HSV15°22°80°
CMYK 0.000.160.22   0.20
XYZ45.809944.501339.4329
Yxy44.50130.35310.3430
Hunter Lab66.70935.836411.6493
CIE-Lab72.562310.287810.1341

#ccaba0 color RGB value is (204,171,160).

#ccaba0 hex color red value is 204, green value is 171 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ccaba0 hue: 0.04 , saturation: 0.30 and the lightness value of ccaba0 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10100000
Octal 314 253 240
Decimal 204 171 160
Hex CC AB A0

RGB Percentages of Color #ccaba0

%38.13
%31.96
%29.91

CMYK Percentages of Color #ccaba0

%0
%16
%22
%20

Triadic Colors of #ccaba0

#ccaba0 #a0ccab #aba0cc

Analogous Colors of #ccaba0

#ccaba0 #ccc1a0 #cca0ab

Monochromatic Colors of #ccaba0

#ccaba0

Complementary Color

#ccaba0 #a0c1cc

#ccaba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaba0 Color CSS Codes

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

#ccaba0 Text Font Color

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

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


#ccaba0 Background Color

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

This div background color is #ccaba0


#ccaba0 Border Color

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

This div border color is #ccaba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaba0


Comments

No comments written yet.

Please login to write comment.