Color Hex Logo

#cccab1 Color Hex

#CCCAB1
(204,202,177)
0 Favorites   0 Comments

Color spaces of #cccab1

RGB 204202177
HSL0.150.210.75
HSV56°13°80°
CMYK 0.000.010.13   0.20
XYZ53.958258.252849.9950
Yxy58.25280.33270.3591
Hunter Lab76.3235-7.372614.5891
CIE-Lab80.8791-3.573612.7379

#cccab1 color RGB value is (204,202,177).

#cccab1 hex color red value is 204, green value is 202 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #cccab1 hue: 0.15 , saturation: 0.21 and the lightness value of cccab1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10110001
Octal 314 312 261
Decimal 204 202 177
Hex CC CA B1

RGB Percentages of Color #cccab1

%34.99
%34.65
%30.36

CMYK Percentages of Color #cccab1

%0
%1
%13
%20

Triadic Colors of #cccab1

#cccab1 #b1ccca #cab1cc

Analogous Colors of #cccab1

#cccab1 #c1ccb1 #ccbdb1

Monochromatic Colors of #cccab1

#cccab1

Complementary Color

#cccab1 #b1b3cc

#cccab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccab1 Color CSS Codes

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

#cccab1 Text Font Color

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

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


#cccab1 Background Color

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

This div background color is #cccab1


#cccab1 Border Color

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

This div border color is #cccab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccab1


Comments

No comments written yet.

Please login to write comment.