Color Hex Logo

#ccc80b Color Hex

#CCC80B
(204,200,11)
0 Favorites   0 Comments

Color spaces of #ccc80b

RGB 20420011
HSL0.160.900.42
HSV59°95°80°
CMYK 0.000.020.95   0.20
XYZ45.616554.17018.3682
Yxy54.17010.42180.5009
Hunter Lab73.6003-18.168744.7791
CIE-Lab78.5608-16.120378.0029

#ccc80b color RGB value is (204,200,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 00001011
Octal 314 310 13
Decimal 204 200 11
Hex CC C8 B

RGB Percentages of Color #ccc80b

%49.16
%48.19
%2.65

CMYK Percentages of Color #ccc80b

%0
%2
%95
%20

Triadic Colors of #ccc80b

#ccc80b #0bccc8 #c80bcc

Analogous Colors of #ccc80b

#ccc80b #70cc0b #cc680b

Monochromatic Colors of #ccc80b

#ccc80b

Complementary Color

#ccc80b #0b0fcc

#ccc80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc80b Color CSS Codes

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

#ccc80b Text Font Color

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

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


#ccc80b Background Color

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

This div background color is #ccc80b


#ccc80b Border Color

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

This div border color is #ccc80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc80b


Comments

No comments written yet.

Please login to write comment.