Color Hex Logo

#cd601e Color Hex

#CD601E
(205,96,30)
0 Favorites   0 Comments

Color spaces of #cd601e

RGB 2059630
HSL0.060.740.46
HSV23°85°80°
CMYK 0.000.530.85   0.20
XYZ29.594121.43863.8066
Yxy21.43860.53970.3909
Hunter Lab46.301833.061127.5369
CIE-Lab53.426239.639254.3037

#cd601e color RGB value is (205,96,30).

#cd601e hex color red value is 205, green value is 96 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cd601e hue: 0.06 , saturation: 0.74 and the lightness value of cd601e is 0.46.

The process color (four color CMYK) of #cd601e color hex is 0.00, 0.53, 0.85, 0.20. Web safe color of #cd601e is #cc6633. Color #cd601e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100000 00011110
Octal 315 140 36
Decimal 205 96 30
Hex CD 60 1E

RGB Percentages of Color #cd601e

%61.93
%29.00
%9.06

CMYK Percentages of Color #cd601e

%0
%53
%85
%20

Triadic Colors of #cd601e

#cd601e #1ecd60 #601ecd

Analogous Colors of #cd601e

#cd601e #cdb81e #cd1e34

Monochromatic Colors of #cd601e

#cd601e

Complementary Color

#cd601e #1e8bcd

#cd601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd601e Color CSS Codes

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

#cd601e Text Font Color

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

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


#cd601e Background Color

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

This div background color is #cd601e


#cd601e Border Color

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

This div border color is #cd601e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd601e


Comments

No comments written yet.

Please login to write comment.