Color Hex Logo

#ccc80a Color Hex

#CCC80A
(204,200,10)
0 Favorites   0 Comments

Color spaces of #ccc80a

RGB 20420010
HSL0.160.910.42
HSV59°95°80°
CMYK 0.000.020.95   0.20
XYZ45.610954.16788.3386
Yxy54.16780.42190.5010
Hunter Lab73.5988-18.177244.8017
CIE-Lab78.5595-16.130578.1010

#ccc80a color RGB value is (204,200,10).

#ccc80a hex color red value is 204, green value is 200 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ccc80a hue: 0.16 , saturation: 0.91 and the lightness value of ccc80a is 0.42.

The process color (four color CMYK) of #ccc80a color hex is 0.00, 0.02, 0.95, 0.20. Web safe color of #ccc80a is #cccc00. Color #ccc80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 00001010
Octal 314 310 12
Decimal 204 200 10
Hex CC C8 A

RGB Percentages of Color #ccc80a

%49.28
%48.31
%2.42

CMYK Percentages of Color #ccc80a

%0
%2
%95
%20

Triadic Colors of #ccc80a

#ccc80a #0accc8 #c80acc

Analogous Colors of #ccc80a

#ccc80a #6fcc0a #cc670a

Monochromatic Colors of #ccc80a

#ccc80a

Complementary Color

#ccc80a #0a0ecc

#ccc80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc80a Color CSS Codes

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

#ccc80a Text Font Color

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

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


#ccc80a Background Color

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

This div background color is #ccc80a


#ccc80a Border Color

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

This div border color is #ccc80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc80a


Comments

No comments written yet.

Please login to write comment.