Color Hex Logo

#5da259 Color Hex

#5DA259
(93,162,89)
0 Favorites   0 Comments

Color spaces of #5da259

RGB 9316289
HSL0.320.290.49
HSV117°45°64°
CMYK 0.430.000.45   0.36
XYZ19.237728.889114.0134
Yxy28.88910.30960.4649
Hunter Lab53.7486-30.171322.1658
CIE-Lab60.6836-36.965231.2357

#5da259 color RGB value is (93,162,89).

#5da259 hex color red value is 93, green value is 162 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #5da259 hue: 0.32 , saturation: 0.29 and the lightness value of 5da259 is 0.49.

The process color (four color CMYK) of #5da259 color hex is 0.43, 0.00, 0.45, 0.36. Web safe color of #5da259 is #669966. Color #5da259 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100010 01011001
Octal 135 242 131
Decimal 93 162 89
Hex 5D A2 59

RGB Percentages of Color #5da259

%27.03
%47.09
%25.87

CMYK Percentages of Color #5da259

%43
%0
%45
%36

Triadic Colors of #5da259

#5da259 #595da2 #a2595d

Analogous Colors of #5da259

#5da259 #59a27a #82a259

Monochromatic Colors of #5da259

#5da259

Complementary Color

#5da259 #9e59a2

#5da259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da259 Color CSS Codes

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

#5da259 Text Font Color

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

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


#5da259 Background Color

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

This div background color is #5da259


#5da259 Border Color

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

This div border color is #5da259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da259


Comments

No comments written yet.

Please login to write comment.