Color Hex Logo

#cccfa1 Color Hex

#CCCFA1
(204,207,161)
0 Favorites   0 Comments

Color spaces of #cccfa1

RGB 204207161
HSL0.180.320.72
HSV64°22°81°
CMYK 0.010.000.22   0.19
XYZ53.647760.036242.4788
Yxy60.03620.34350.3844
Hunter Lab77.4830-12.005521.7334
CIE-Lab81.8579-8.587922.5810

#cccfa1 color RGB value is (204,207,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 10100001
Octal 314 317 241
Decimal 204 207 161
Hex CC CF A1

RGB Percentages of Color #cccfa1

%35.66
%36.19
%28.15

CMYK Percentages of Color #cccfa1

%1
%0
%22
%19

Triadic Colors of #cccfa1

#cccfa1 #a1cccf #cfa1cc

Analogous Colors of #cccfa1

#cccfa1 #b5cfa1 #cfbba1

Monochromatic Colors of #cccfa1

#cccfa1

Complementary Color

#cccfa1 #a4a1cf

#cccfa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccfa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccfa1 Color CSS Codes

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

#cccfa1 Text Font Color

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

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


#cccfa1 Background Color

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

This div background color is #cccfa1


#cccfa1 Border Color

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

This div border color is #cccfa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccfa1


Comments

No comments written yet.

Please login to write comment.