Color Hex Logo

#ccc66a Color Hex

#CCC66A
(204,198,106)
0 Favorites   0 Comments

Color spaces of #ccc66a

RGB 204198106
HSL0.160.490.61
HSV56°48°80°
CMYK 0.000.030.48   0.20
XYZ47.697454.266121.5962
Yxy54.26610.38600.4392
Hunter Lab73.6655-13.338434.1841
CIE-Lab78.6166-10.496646.4953

#ccc66a color RGB value is (204,198,106).

#ccc66a hex color red value is 204, green value is 198 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ccc66a hue: 0.16 , saturation: 0.49 and the lightness value of ccc66a is 0.61.

The process color (four color CMYK) of #ccc66a color hex is 0.00, 0.03, 0.48, 0.20. Web safe color of #ccc66a is #cccc66. Color #ccc66a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 01101010
Octal 314 306 152
Decimal 204 198 106
Hex CC C6 6A

RGB Percentages of Color #ccc66a

%40.16
%38.98
%20.87

CMYK Percentages of Color #ccc66a

%0
%3
%48
%20

Triadic Colors of #ccc66a

#ccc66a #6accc6 #c66acc

Analogous Colors of #ccc66a

#ccc66a #a1cc6a #cc956a

Monochromatic Colors of #ccc66a

#ccc66a

Complementary Color

#ccc66a #6a70cc

#ccc66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc66a Color CSS Codes

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

#ccc66a Text Font Color

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

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


#ccc66a Background Color

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

This div background color is #ccc66a


#ccc66a Border Color

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

This div border color is #ccc66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc66a


Comments

No comments written yet.

Please login to write comment.