Color Hex Logo

#cccaab Color Hex

#CCCAAB
(204,202,171)
0 Favorites   0 Comments

Color spaces of #cccaab

RGB 204202171
HSL0.160.240.74
HSV56°16°80°
CMYK 0.000.010.16   0.20
XYZ53.373158.018746.9137
Yxy58.01870.33720.3665
Hunter Lab76.1700-8.220716.8018
CIE-Lab80.7492-4.515315.7511

#cccaab color RGB value is (204,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10101011
Octal 314 312 253
Decimal 204 202 171
Hex CC CA AB

RGB Percentages of Color #cccaab

%35.36
%35.01
%29.64

CMYK Percentages of Color #cccaab

%0
%1
%16
%20

Triadic Colors of #cccaab

#cccaab #abccca #caabcc

Analogous Colors of #cccaab

#cccaab #beccab #ccbaab

Monochromatic Colors of #cccaab

#cccaab

Complementary Color

#cccaab #abadcc

#cccaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccaab Color CSS Codes

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

#cccaab Text Font Color

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

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


#cccaab Background Color

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

This div background color is #cccaab


#cccaab Border Color

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

This div border color is #cccaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccaab


Comments

No comments written yet.

Please login to write comment.