Color Hex Logo

#5d970b Color Hex

#5D970B
(93,151,11)
0 Favorites   0 Comments

Color spaces of #5d970b

RGB 9315111
HSL0.240.860.32
HSV85°93°59°
CMYK 0.380.000.93   0.41
XYZ15.641224.48454.2182
Yxy24.48450.35270.5522
Hunter Lab49.4818-30.169329.5829
CIE-Lab56.5697-38.802457.4465

#5d970b color RGB value is (93,151,11).

#5d970b hex color red value is 93, green value is 151 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #5d970b hue: 0.24 , saturation: 0.86 and the lightness value of 5d970b is 0.32.

The process color (four color CMYK) of #5d970b color hex is 0.38, 0.00, 0.93, 0.41. Web safe color of #5d970b is #669900. Color #5d970b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10010111 00001011
Octal 135 227 13
Decimal 93 151 11
Hex 5D 97 B

RGB Percentages of Color #5d970b

%36.47
%59.22
%4.31

CMYK Percentages of Color #5d970b

%38
%0
%93
%41

Triadic Colors of #5d970b

#5d970b #0b5d97 #970b5d

Analogous Colors of #5d970b

#5d970b #17970b #978b0b

Monochromatic Colors of #5d970b

#5d970b

Complementary Color

#5d970b #450b97

#5d970b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d970b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d970b Color CSS Codes

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

#5d970b Text Font Color

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

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


#5d970b Background Color

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

This div background color is #5d970b


#5d970b Border Color

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

This div border color is #5d970b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,151,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d970b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d970b;
  -webkit-box-shadow: 1px 1px 3px 2px #5d970b;
  box-shadow:         1px 1px 3px 2px #5d970b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,151,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d970b


Comments

No comments written yet.

Please login to write comment.