Color Hex Logo

#ccc74f Color Hex

#CCC74F
(204,199,79)
0 Favorites   0 Comments

Color spaces of #ccc74f

RGB 20419979
HSL0.160.550.55
HSV58°61°80°
CMYK 0.000.020.61   0.20
XYZ46.736554.248715.4049
Yxy54.24870.40160.4661
Hunter Lab73.6537-15.628039.1569
CIE-Lab78.6065-13.139358.8999

#ccc74f color RGB value is (204,199,79).

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

The process color (four color CMYK) of #ccc74f color hex is 0.00, 0.02, 0.61, 0.20. Web safe color of #ccc74f is #cccc66. Color #ccc74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 01001111
Octal 314 307 117
Decimal 204 199 79
Hex CC C7 4F

RGB Percentages of Color #ccc74f

%42.32
%41.29
%16.39

CMYK Percentages of Color #ccc74f

%0
%2
%61
%20

Triadic Colors of #ccc74f

#ccc74f #4fccc7 #c74fcc

Analogous Colors of #ccc74f

#ccc74f #93cc4f #cc894f

Monochromatic Colors of #ccc74f

#ccc74f

Complementary Color

#ccc74f #4f54cc

#ccc74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc74f Color CSS Codes

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

#ccc74f Text Font Color

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

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


#ccc74f Background Color

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

This div background color is #ccc74f


#ccc74f Border Color

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

This div border color is #ccc74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc74f


Comments

No comments written yet.

Please login to write comment.