Color Hex Logo

#5da91b Color Hex

#5DA91B
(93,169,27)
0 Favorites   0 Comments

Color spaces of #5da91b

RGB 9316927
HSL0.260.720.38
HSV92°84°66°
CMYK 0.450.000.84   0.34
XYZ18.900030.78225.9823
Yxy30.78220.33950.5530
Hunter Lab55.4817-36.286532.4443
CIE-Lab62.3233-45.760859.0077

#5da91b color RGB value is (93,169,27).

#5da91b hex color red value is 93, green value is 169 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #5da91b hue: 0.26 , saturation: 0.72 and the lightness value of 5da91b is 0.38.

The process color (four color CMYK) of #5da91b color hex is 0.45, 0.00, 0.84, 0.34. Web safe color of #5da91b is #669933. Color #5da91b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101001 00011011
Octal 135 251 33
Decimal 93 169 27
Hex 5D A9 1B

RGB Percentages of Color #5da91b

%32.18
%58.48
%9.34

CMYK Percentages of Color #5da91b

%45
%0
%84
%34

Triadic Colors of #5da91b

#5da91b #1b5da9 #a91b5d

Analogous Colors of #5da91b

#5da91b #1ba920 #a4a91b

Monochromatic Colors of #5da91b

#5da91b

Complementary Color

#5da91b #671ba9

#5da91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da91b Color CSS Codes

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

#5da91b Text Font Color

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

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


#5da91b Background Color

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

This div background color is #5da91b


#5da91b Border Color

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

This div border color is #5da91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da91b


Comments

No comments written yet.

Please login to write comment.