Color Hex Logo

#da5400 Color Hex

#DA5400
(218,84,0)
0 Favorites   0 Comments

Color spaces of #da5400

RGB 218840
HSL0.061.000.43
HSV23°100°85°
CMYK 0.000.611.00   0.15
XYZ32.083821.24612.4099
Yxy21.24610.57560.3812
Hunter Lab46.093543.583029.1656
CIE-Lab53.217849.786363.1876

#da5400 color RGB value is (218,84,0).

#da5400 hex color red value is 218, green value is 84 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #da5400 hue: 0.06 , saturation: 1.00 and the lightness value of da5400 is 0.43.

The process color (four color CMYK) of #da5400 color hex is 0.00, 0.61, 1.00, 0.15. Web safe color of #da5400 is #cc6600. Color #da5400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 00000000
Octal 332 124 0
Decimal 218 84 0
Hex DA 54 0

RGB Percentages of Color #da5400

%72.19
%27.81
%0.00

CMYK Percentages of Color #da5400

%0
%61
%100
%15

Triadic Colors of #da5400

#da5400 #00da54 #5400da

Analogous Colors of #da5400

#da5400 #dac100 #da0019

Monochromatic Colors of #da5400

#da5400

Complementary Color

#da5400 #0086da

#da5400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5400 Color CSS Codes

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

#da5400 Text Font Color

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

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


#da5400 Background Color

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

This div background color is #da5400


#da5400 Border Color

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

This div border color is #da5400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5400


Comments

No comments written yet.

Please login to write comment.