Color Hex Logo

#cc730b Color Hex

#CC730B
(204,115,11)
0 Favorites   0 Comments

Color spaces of #cc730b

RGB 20411511
HSL0.090.900.42
HSV32°95°80°
CMYK 0.000.440.95   0.20
XYZ31.093025.12303.5271
Yxy25.12300.52040.4205
Hunter Lab50.122823.015030.9138
CIE-Lab57.195129.021662.4432

#cc730b color RGB value is (204,115,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 00001011
Octal 314 163 13
Decimal 204 115 11
Hex CC 73 B

RGB Percentages of Color #cc730b

%61.82
%34.85
%3.33

CMYK Percentages of Color #cc730b

%0
%44
%95
%20

Triadic Colors of #cc730b

#cc730b #0bcc73 #730bcc

Analogous Colors of #cc730b

#cc730b #c5cc0b #cc130b

Monochromatic Colors of #cc730b

#cc730b

Complementary Color

#cc730b #0b64cc

#cc730b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc730b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc730b Color CSS Codes

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

#cc730b Text Font Color

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

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


#cc730b Background Color

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

This div background color is #cc730b


#cc730b Border Color

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

This div border color is #cc730b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc730b


Comments

No comments written yet.

Please login to write comment.