Color Hex Logo

#d4870a Color Hex

#D4870A
(212,135,10)
0 Favorites   0 Comments

Color spaces of #d4870a

RGB 21213510
HSL0.100.910.44
HSV37°95°83°
CMYK 0.000.360.95   0.17
XYZ35.870131.34694.4472
Yxy31.34690.50050.4374
Hunter Lab55.988316.380334.4824
CIE-Lab62.799421.675366.9843

#d4870a color RGB value is (212,135,10).

#d4870a hex color red value is 212, green value is 135 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d4870a hue: 0.10 , saturation: 0.91 and the lightness value of d4870a is 0.44.

The process color (four color CMYK) of #d4870a color hex is 0.00, 0.36, 0.95, 0.17. Web safe color of #d4870a is #cc9900. Color #d4870a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000111 00001010
Octal 324 207 12
Decimal 212 135 10
Hex D4 87 A

RGB Percentages of Color #d4870a

%59.38
%37.82
%2.80

CMYK Percentages of Color #d4870a

%0
%36
%95
%17

Triadic Colors of #d4870a

#d4870a #0ad487 #870ad4

Analogous Colors of #d4870a

#d4870a #bcd40a #d4220a

Monochromatic Colors of #d4870a

#d4870a

Complementary Color

#d4870a #0a57d4

#d4870a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4870a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4870a Color CSS Codes

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

#d4870a Text Font Color

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

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


#d4870a Background Color

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

This div background color is #d4870a


#d4870a Border Color

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

This div border color is #d4870a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,135,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4870a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4870a;
  -webkit-box-shadow: 1px 1px 3px 2px #d4870a;
  box-shadow:         1px 1px 3px 2px #d4870a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,135,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4870a


Comments

No comments written yet.

Please login to write comment.