Color Hex Logo

#ccc72c Color Hex

#CCC72C
(204,199,44)
0 Favorites   0 Comments

Color spaces of #ccc72c

RGB 20419944
HSL0.160.650.49
HSV58°78°80°
CMYK 0.000.020.78   0.20
XYZ45.779953.866110.3672
Yxy53.86610.41610.4896
Hunter Lab73.3935-17.097643.0005
CIE-Lab78.3836-14.889571.4038

#ccc72c color RGB value is (204,199,44).

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

The process color (four color CMYK) of #ccc72c color hex is 0.00, 0.02, 0.78, 0.20. Web safe color of #ccc72c is #cccc33. Color #ccc72c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00101100
Octal 314 307 54
Decimal 204 199 44
Hex CC C7 2C

RGB Percentages of Color #ccc72c

%45.64
%44.52
%9.84

CMYK Percentages of Color #ccc72c

%0
%2
%78
%20

Triadic Colors of #ccc72c

#ccc72c #2cccc7 #c72ccc

Analogous Colors of #ccc72c

#ccc72c #81cc2c #cc772c

Monochromatic Colors of #ccc72c

#ccc72c

Complementary Color

#ccc72c #2c31cc

#ccc72c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc72c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc72c Color CSS Codes

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

#ccc72c Text Font Color

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

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


#ccc72c Background Color

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

This div background color is #ccc72c


#ccc72c Border Color

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

This div border color is #ccc72c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc72c


Comments

No comments written yet.

Please login to write comment.