Color Hex Logo

#cc730a Color Hex

#CC730A
(204,115,10)
0 Favorites   0 Comments

Color spaces of #cc730a

RGB 20411510
HSL0.090.910.42
HSV32°95°80°
CMYK 0.000.440.95   0.20
XYZ31.087425.12083.4975
Yxy25.12080.52070.4207
Hunter Lab50.120723.003730.9471
CIE-Lab57.192929.010162.6183

#cc730a color RGB value is (204,115,10).

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

The process color (four color CMYK) of #cc730a color hex is 0.00, 0.44, 0.95, 0.20. Web safe color of #cc730a is #cc6600. Color #cc730a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 00001010
Octal 314 163 12
Decimal 204 115 10
Hex CC 73 A

RGB Percentages of Color #cc730a

%62.01
%34.95
%3.04

CMYK Percentages of Color #cc730a

%0
%44
%95
%20

Triadic Colors of #cc730a

#cc730a #0acc73 #730acc

Analogous Colors of #cc730a

#cc730a #c4cc0a #cc120a

Monochromatic Colors of #cc730a

#cc730a

Complementary Color

#cc730a #0a63cc

#cc730a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc730a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc730a Color CSS Codes

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

#cc730a Text Font Color

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

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


#cc730a Background Color

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

This div background color is #cc730a


#cc730a Border Color

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

This div border color is #cc730a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc730a


Comments

No comments written yet.

Please login to write comment.