Color Hex Logo

#d5950a Color Hex

#D5950A
(213,149,10)
0 Favorites   0 Comments

Color spaces of #d5950a

RGB 21314910
HSL0.110.910.44
HSV41°95°84°
CMYK 0.000.300.95   0.16
XYZ38.242835.66295.1552
Yxy35.66290.48370.4511
Hunter Lab59.71849.801536.6847
CIE-Lab66.261514.549669.4769

#d5950a color RGB value is (213,149,10).

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

The process color (four color CMYK) of #d5950a color hex is 0.00, 0.30, 0.95, 0.16. Web safe color of #d5950a is #cc9900. Color #d5950a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010101 00001010
Octal 325 225 12
Decimal 213 149 10
Hex D5 95 A

RGB Percentages of Color #d5950a

%57.26
%40.05
%2.69

CMYK Percentages of Color #d5950a

%0
%30
%95
%16

Triadic Colors of #d5950a

#d5950a #0ad595 #950ad5

Analogous Colors of #d5950a

#d5950a #b0d50a #d52f0a

Monochromatic Colors of #d5950a

#d5950a

Complementary Color

#d5950a #0a4ad5

#d5950a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5950a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5950a Color CSS Codes

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

#d5950a Text Font Color

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

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


#d5950a Background Color

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

This div background color is #d5950a


#d5950a Border Color

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

This div border color is #d5950a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,149,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 #d5950a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5950a


Comments

No comments written yet.

Please login to write comment.