Color Hex Logo

#cccfab Color Hex

#CCCFAB
(204,207,171)
0 Favorites   0 Comments

Color spaces of #cccfab

RGB 204207171
HSL0.180.270.74
HSV65°17°81°
CMYK 0.010.000.17   0.19
XYZ54.565360.403347.3112
Yxy60.40330.33620.3722
Hunter Lab77.7196-10.688118.3113
CIE-Lab82.0569-7.103317.5804

#cccfab color RGB value is (204,207,171).

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

The process color (four color CMYK) of #cccfab color hex is 0.01, 0.00, 0.17, 0.19. Web safe color of #cccfab is #cccc99. Color #cccfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 10101011
Octal 314 317 253
Decimal 204 207 171
Hex CC CF AB

RGB Percentages of Color #cccfab

%35.05
%35.57
%29.38

CMYK Percentages of Color #cccfab

%1
%0
%17
%19

Triadic Colors of #cccfab

#cccfab #abcccf #cfabcc

Analogous Colors of #cccfab

#cccfab #bacfab #cfc0ab

Monochromatic Colors of #cccfab

#cccfab

Complementary Color

#cccfab #aeabcf

#cccfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccfab Color CSS Codes

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

#cccfab Text Font Color

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

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


#cccfab Background Color

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

This div background color is #cccfab


#cccfab Border Color

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

This div border color is #cccfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccfab


Comments

No comments written yet.

Please login to write comment.