Color Hex Logo

#cc980d Color Hex

#CC980D
(204,152,13)
0 Favorites   0 Comments

Color spaces of #cc980d

RGB 20415213
HSL0.120.880.43
HSV44°94°80°
CMYK 0.000.250.94   0.20
XYZ36.202735.32295.2907
Yxy35.32290.47130.4598
Hunter Lab59.43314.722536.3252
CIE-Lab65.99938.995968.3963

#cc980d color RGB value is (204,152,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 00001101
Octal 314 230 15
Decimal 204 152 13
Hex CC 98 D

RGB Percentages of Color #cc980d

%55.28
%41.19
%3.52

CMYK Percentages of Color #cc980d

%0
%25
%94
%20

Triadic Colors of #cc980d

#cc980d #0dcc98 #980dcc

Analogous Colors of #cc980d

#cc980d #a1cc0d #cc390d

Monochromatic Colors of #cc980d

#cc980d

Complementary Color

#cc980d #0d41cc

#cc980d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc980d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc980d Color CSS Codes

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

#cc980d Text Font Color

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

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


#cc980d Background Color

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

This div background color is #cc980d


#cc980d Border Color

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

This div border color is #cc980d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc980d


Comments

No comments written yet.

Please login to write comment.