Color Hex Logo

#ccc02a Color Hex

#CCC02A
(204,192,42)
0 Favorites   0 Comments

Color spaces of #ccc02a

RGB 20419242
HSL0.150.660.48
HSV56°79°80°
CMYK 0.000.060.79   0.20
XYZ44.169450.70389.6493
Yxy50.70380.42260.4851
Hunter Lab71.2066-13.888141.8102
CIE-Lab76.4992-11.418370.3135

#ccc02a color RGB value is (204,192,42).

#ccc02a hex color red value is 204, green value is 192 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ccc02a hue: 0.15 , saturation: 0.66 and the lightness value of ccc02a is 0.48.

The process color (four color CMYK) of #ccc02a color hex is 0.00, 0.06, 0.79, 0.20. Web safe color of #ccc02a is #cccc33. Color #ccc02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 00101010
Octal 314 300 52
Decimal 204 192 42
Hex CC C0 2A

RGB Percentages of Color #ccc02a

%46.58
%43.84
%9.59

CMYK Percentages of Color #ccc02a

%0
%6
%79
%20

Triadic Colors of #ccc02a

#ccc02a #2accc0 #c02acc

Analogous Colors of #ccc02a

#ccc02a #87cc2a #cc6f2a

Monochromatic Colors of #ccc02a

#ccc02a

Complementary Color

#ccc02a #2a36cc

#ccc02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc02a Color CSS Codes

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

#ccc02a Text Font Color

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

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


#ccc02a Background Color

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

This div background color is #ccc02a


#ccc02a Border Color

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

This div border color is #ccc02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc02a


Comments

No comments written yet.

Please login to write comment.