Color Hex Logo

#cd703e Color Hex

#CD703E
(205,112,62)
0 Favorites   0 Comments

Color spaces of #cd703e

RGB 20511262
HSL0.060.590.52
HSV21°70°80°
CMYK 0.000.450.70   0.20
XYZ31.840524.91537.6884
Yxy24.91530.49410.3866
Hunter Lab49.915226.512025.8083
CIE-Lab56.992832.632443.1846

#cd703e color RGB value is (205,112,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110000 00111110
Octal 315 160 76
Decimal 205 112 62
Hex CD 70 3E

RGB Percentages of Color #cd703e

%54.09
%29.55
%16.36

CMYK Percentages of Color #cd703e

%0
%45
%70
%20

Triadic Colors of #cd703e

#cd703e #3ecd70 #703ecd

Analogous Colors of #cd703e

#cd703e #cdb83e #cd3e53

Monochromatic Colors of #cd703e

#cd703e

Complementary Color

#cd703e #3e9bcd

#cd703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd703e Color CSS Codes

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

#cd703e Text Font Color

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

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


#cd703e Background Color

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

This div background color is #cd703e


#cd703e Border Color

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

This div border color is #cd703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd703e


Comments

No comments written yet.

Please login to write comment.