Color Hex Logo

#cc980b Color Hex

#CC980B
(204,152,11)
0 Favorites   0 Comments

Color spaces of #cc980b

RGB 20415211
HSL0.120.900.42
HSV44°95°80°
CMYK 0.000.250.95   0.20
XYZ36.190535.31805.2262
Yxy35.31800.47160.4603
Hunter Lab59.42894.700636.3863
CIE-Lab65.99558.971668.6876

#cc980b color RGB value is (204,152,11).

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

The process color (four color CMYK) of #cc980b color hex is 0.00, 0.25, 0.95, 0.20. Web safe color of #cc980b is #cc9900. Color #cc980b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 00001011
Octal 314 230 13
Decimal 204 152 11
Hex CC 98 B

RGB Percentages of Color #cc980b

%55.59
%41.42
%3.00

CMYK Percentages of Color #cc980b

%0
%25
%95
%20

Triadic Colors of #cc980b

#cc980b #0bcc98 #980bcc

Analogous Colors of #cc980b

#cc980b #a0cc0b #cc380b

Monochromatic Colors of #cc980b

#cc980b

Complementary Color

#cc980b #0b3fcc

#cc980b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc980b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc980b Color CSS Codes

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

#cc980b Text Font Color

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

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


#cc980b Background Color

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

This div background color is #cc980b


#cc980b Border Color

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

This div border color is #cc980b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,152,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 #cc980b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc980b


Comments

No comments written yet.

Please login to write comment.