Color Hex Logo

#ccc56a Color Hex

#CCC56A
(204,197,106)
0 Favorites   0 Comments

Color spaces of #ccc56a

RGB 204197106
HSL0.150.490.61
HSV56°48°80°
CMYK 0.000.030.48   0.20
XYZ47.469653.810521.5202
Yxy53.81050.38660.4382
Hunter Lab73.3556-12.862233.9552
CIE-Lab78.3511-9.985646.1745

#ccc56a color RGB value is (204,197,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 01101010
Octal 314 305 152
Decimal 204 197 106
Hex CC C5 6A

RGB Percentages of Color #ccc56a

%40.24
%38.86
%20.91

CMYK Percentages of Color #ccc56a

%0
%3
%48
%20

Triadic Colors of #ccc56a

#ccc56a #6accc5 #c56acc

Analogous Colors of #ccc56a

#ccc56a #a2cc6a #cc946a

Monochromatic Colors of #ccc56a

#ccc56a

Complementary Color

#ccc56a #6a71cc

#ccc56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc56a Color CSS Codes

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

#ccc56a Text Font Color

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

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


#ccc56a Background Color

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

This div background color is #ccc56a


#ccc56a Border Color

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

This div border color is #ccc56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc56a


Comments

No comments written yet.

Please login to write comment.