Color Hex Logo

#cc703b Color Hex

#CC703B
(204,112,59)
0 Favorites   0 Comments

Color spaces of #cc703b

RGB 20411259
HSL0.060.590.52
HSV22°71°80°
CMYK 0.000.450.71   0.20
XYZ31.485424.74157.2538
Yxy24.74150.49600.3897
Hunter Lab49.740825.942126.1722
CIE-Lab56.822732.070044.4792

#cc703b color RGB value is (204,112,59).

#cc703b hex color red value is 204, green value is 112 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cc703b hue: 0.06 , saturation: 0.59 and the lightness value of cc703b is 0.52.

The process color (four color CMYK) of #cc703b color hex is 0.00, 0.45, 0.71, 0.20. Web safe color of #cc703b is #cc6633. Color #cc703b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 00111011
Octal 314 160 73
Decimal 204 112 59
Hex CC 70 3B

RGB Percentages of Color #cc703b

%54.40
%29.87
%15.73

CMYK Percentages of Color #cc703b

%0
%45
%71
%20

Triadic Colors of #cc703b

#cc703b #3bcc70 #703bcc

Analogous Colors of #cc703b

#cc703b #ccb93b #cc3b4e

Monochromatic Colors of #cc703b

#cc703b

Complementary Color

#cc703b #3b97cc

#cc703b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc703b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc703b Color CSS Codes

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

#cc703b Text Font Color

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

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


#cc703b Background Color

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

This div background color is #cc703b


#cc703b Border Color

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

This div border color is #cc703b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc703b


Comments

No comments written yet.

Please login to write comment.