Color Hex Logo

#cccfaa Color Hex

#CCCFAA
(204,207,170)
0 Favorites   0 Comments

Color spaces of #cccfaa

RGB 204207170
HSL0.180.280.74
HSV65°18°81°
CMYK 0.010.000.18   0.19
XYZ54.470460.365346.8110
Yxy60.36530.33700.3734
Hunter Lab77.6951-10.823918.6646
CIE-Lab82.0363-7.255718.0807

#cccfaa color RGB value is (204,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 10101010
Octal 314 317 252
Decimal 204 207 170
Hex CC CF AA

RGB Percentages of Color #cccfaa

%35.11
%35.63
%29.26

CMYK Percentages of Color #cccfaa

%1
%0
%18
%19

Triadic Colors of #cccfaa

#cccfaa #aacccf #cfaacc

Analogous Colors of #cccfaa

#cccfaa #bacfaa #cfc0aa

Monochromatic Colors of #cccfaa

#cccfaa

Complementary Color

#cccfaa #adaacf

#cccfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccfaa Color CSS Codes

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

#cccfaa Text Font Color

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

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


#cccfaa Background Color

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

This div background color is #cccfaa


#cccfaa Border Color

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

This div border color is #cccfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccfaa


Comments

No comments written yet.

Please login to write comment.