Color Hex Logo

#ccc20f Color Hex

#CCC20F
(204,194,15)
0 Favorites   0 Comments

Color spaces of #ccc20f

RGB 20419415
HSL0.160.860.43
HSV57°93°80°
CMYK 0.000.050.93   0.20
XYZ44.279851.45548.0500
Yxy51.45540.42660.4958
Hunter Lab71.7324-15.345243.5590
CIE-Lab76.9540-13.056376.3244

#ccc20f color RGB value is (204,194,15).

#ccc20f hex color red value is 204, green value is 194 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ccc20f hue: 0.16 , saturation: 0.86 and the lightness value of ccc20f is 0.43.

The process color (four color CMYK) of #ccc20f color hex is 0.00, 0.05, 0.93, 0.20. Web safe color of #ccc20f is #cccc00. Color #ccc20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 00001111
Octal 314 302 17
Decimal 204 194 15
Hex CC C2 F

RGB Percentages of Color #ccc20f

%49.39
%46.97
%3.63

CMYK Percentages of Color #ccc20f

%0
%5
%93
%20

Triadic Colors of #ccc20f

#ccc20f #0fccc2 #c20fcc

Analogous Colors of #ccc20f

#ccc20f #78cc0f #cc630f

Monochromatic Colors of #ccc20f

#ccc20f

Complementary Color

#ccc20f #0f19cc

#ccc20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc20f Color CSS Codes

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

#ccc20f Text Font Color

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

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


#ccc20f Background Color

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

This div background color is #ccc20f


#ccc20f Border Color

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

This div border color is #ccc20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc20f


Comments

No comments written yet.

Please login to write comment.