Color Hex Logo

#ccc73f Color Hex

#CCC73F
(204,199,63)
0 Favorites   0 Comments

Color spaces of #ccc73f

RGB 20419963
HSL0.160.580.52
HSV58°69°80°
CMYK 0.000.020.69   0.20
XYZ46.222554.043112.6978
Yxy54.04310.40920.4784
Hunter Lab73.5140-16.416341.2189
CIE-Lab78.4869-14.075665.1953

#ccc73f color RGB value is (204,199,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00111111
Octal 314 307 77
Decimal 204 199 63
Hex CC C7 3F

RGB Percentages of Color #ccc73f

%43.78
%42.70
%13.52

CMYK Percentages of Color #ccc73f

%0
%2
%69
%20

Triadic Colors of #ccc73f

#ccc73f #3fccc7 #c73fcc

Analogous Colors of #ccc73f

#ccc73f #8bcc3f #cc813f

Monochromatic Colors of #ccc73f

#ccc73f

Complementary Color

#ccc73f #3f44cc

#ccc73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc73f Color CSS Codes

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

#ccc73f Text Font Color

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

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


#ccc73f Background Color

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

This div background color is #ccc73f


#ccc73f Border Color

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

This div border color is #ccc73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc73f


Comments

No comments written yet.

Please login to write comment.