Color Hex Logo

#ccc73c Color Hex

#CCC73C
(204,199,60)
0 Favorites   0 Comments

Color spaces of #ccc73c

RGB 20419960
HSL0.160.590.52
HSV58°71°80°
CMYK 0.000.020.71   0.20
XYZ46.140954.010512.2681
Yxy54.01050.41040.4804
Hunter Lab73.4918-16.541841.5469
CIE-Lab78.4679-14.225266.2774

#ccc73c color RGB value is (204,199,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00111100
Octal 314 307 74
Decimal 204 199 60
Hex CC C7 3C

RGB Percentages of Color #ccc73c

%44.06
%42.98
%12.96

CMYK Percentages of Color #ccc73c

%0
%2
%71
%20

Triadic Colors of #ccc73c

#ccc73c #3cccc7 #c73ccc

Analogous Colors of #ccc73c

#ccc73c #89cc3c #cc7f3c

Monochromatic Colors of #ccc73c

#ccc73c

Complementary Color

#ccc73c #3c41cc

#ccc73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc73c Color CSS Codes

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

#ccc73c Text Font Color

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

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


#ccc73c Background Color

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

This div background color is #ccc73c


#ccc73c Border Color

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

This div border color is #ccc73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc73c


Comments

No comments written yet.

Please login to write comment.