Color Hex Logo

#cc703e Color Hex

#CC703E
(204,112,62)
0 Favorites   0 Comments

Color spaces of #cc703e

RGB 20411262
HSL0.060.580.52
HSV21°70°80°
CMYK 0.000.450.70   0.20
XYZ31.565524.77357.6755
Yxy24.77350.49310.3870
Hunter Lab49.773026.100125.6980
CIE-Lab56.854132.227842.9917

#cc703e color RGB value is (204,112,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 00111110
Octal 314 160 76
Decimal 204 112 62
Hex CC 70 3E

RGB Percentages of Color #cc703e

%53.97
%29.63
%16.40

CMYK Percentages of Color #cc703e

%0
%45
%70
%20

Triadic Colors of #cc703e

#cc703e #3ecc70 #703ecc

Analogous Colors of #cc703e

#cc703e #ccb73e #cc3e53

Monochromatic Colors of #cc703e

#cc703e

Complementary Color

#cc703e #3e9acc

#cc703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc703e Color CSS Codes

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

#cc703e Text Font Color

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

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


#cc703e Background Color

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

This div background color is #cc703e


#cc703e Border Color

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

This div border color is #cc703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc703e


Comments

No comments written yet.

Please login to write comment.