Color Hex Logo

#dc5423 Color Hex

#DC5423
(220,84,35)
0 Favorites   0 Comments

Color spaces of #dc5423

RGB 2208435
HSL0.040.730.50
HSV16°84°86°
CMYK 0.000.620.84   0.14
XYZ32.988921.67764.0356
Yxy21.67760.56200.3693
Hunter Lab46.559244.995227.4524
CIE-Lab53.683251.023453.4609

#dc5423 color RGB value is (220,84,35).

#dc5423 hex color red value is 220, green value is 84 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dc5423 hue: 0.04 , saturation: 0.73 and the lightness value of dc5423 is 0.50.

The process color (four color CMYK) of #dc5423 color hex is 0.00, 0.62, 0.84, 0.14. Web safe color of #dc5423 is #cc6633. Color #dc5423 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010100 00100011
Octal 334 124 43
Decimal 220 84 35
Hex DC 54 23

RGB Percentages of Color #dc5423

%64.90
%24.78
%10.32

CMYK Percentages of Color #dc5423

%0
%62
%84
%14

Triadic Colors of #dc5423

#dc5423 #23dc54 #5423dc

Analogous Colors of #dc5423

#dc5423 #dcb123 #dc234f

Monochromatic Colors of #dc5423

#dc5423

Complementary Color

#dc5423 #23abdc

#dc5423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5423 Color CSS Codes

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

#dc5423 Text Font Color

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

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


#dc5423 Background Color

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

This div background color is #dc5423


#dc5423 Border Color

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

This div border color is #dc5423


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,84,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc5423; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc5423;
  -webkit-box-shadow: 1px 1px 3px 2px #dc5423;
  box-shadow:         1px 1px 3px 2px #dc5423; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,84,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5423


Comments

No comments written yet.

Please login to write comment.