Color Hex Logo

#ccc60e Color Hex

#CCC60E
(204,198,14)
0 Favorites   0 Comments

Color spaces of #ccc60e

RGB 20419814
HSL0.160.870.43
HSV58°93°80°
CMYK 0.000.030.93   0.20
XYZ45.175253.25728.3142
Yxy53.25720.42320.4989
Hunter Lab72.9775-17.214044.3295
CIE-Lab78.0266-15.084177.2652

#ccc60e color RGB value is (204,198,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 00001110
Octal 314 306 16
Decimal 204 198 14
Hex CC C6 E

RGB Percentages of Color #ccc60e

%49.04
%47.60
%3.37

CMYK Percentages of Color #ccc60e

%0
%3
%93
%20

Triadic Colors of #ccc60e

#ccc60e #0eccc6 #c60ecc

Analogous Colors of #ccc60e

#ccc60e #73cc0e #cc670e

Monochromatic Colors of #ccc60e

#ccc60e

Complementary Color

#ccc60e #0e14cc

#ccc60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc60e Color CSS Codes

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

#ccc60e Text Font Color

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

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


#ccc60e Background Color

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

This div background color is #ccc60e


#ccc60e Border Color

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

This div border color is #ccc60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc60e


Comments

No comments written yet.

Please login to write comment.