Color Hex Logo

#cd500e Color Hex

#CD500E
(205,80,14)
0 Favorites   0 Comments

Color spaces of #cd500e

RGB 2058014
HSL0.060.870.43
HSV21°93°80°
CMYK 0.000.610.93   0.20
XYZ28.124818.74822.5519
Yxy18.74820.56900.3793
Hunter Lab43.299240.170326.8151
CIE-Lab50.391347.016857.2324

#cd500e color RGB value is (205,80,14).

#cd500e hex color red value is 205, green value is 80 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cd500e hue: 0.06 , saturation: 0.87 and the lightness value of cd500e is 0.43.

The process color (four color CMYK) of #cd500e color hex is 0.00, 0.61, 0.93, 0.20. Web safe color of #cd500e is #cc6600. Color #cd500e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010000 00001110
Octal 315 120 16
Decimal 205 80 14
Hex CD 50 E

RGB Percentages of Color #cd500e

%68.56
%26.76
%4.68

CMYK Percentages of Color #cd500e

%0
%61
%93
%20

Triadic Colors of #cd500e

#cd500e #0ecd50 #500ecd

Analogous Colors of #cd500e

#cd500e #cdb00e #cd0e2b

Monochromatic Colors of #cd500e

#cd500e

Complementary Color

#cd500e #0e8bcd

#cd500e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd500e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd500e Color CSS Codes

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

#cd500e Text Font Color

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

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


#cd500e Background Color

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

This div background color is #cd500e


#cd500e Border Color

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

This div border color is #cd500e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,80,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd500e


Comments

No comments written yet.

Please login to write comment.