Color Hex Logo

#5da96a Color Hex

#5DA96A
(93,169,106)
0 Favorites   0 Comments

Color spaces of #5da96a

RGB 93169106
HSL0.360.310.51
HSV130°45°66°
CMYK 0.450.000.37   0.34
XYZ21.303731.743718.6400
Yxy31.74370.29720.4428
Hunter Lab56.3415-31.103819.8236
CIE-Lab63.1305-37.358225.3802

#5da96a color RGB value is (93,169,106).

#5da96a hex color red value is 93, green value is 169 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #5da96a hue: 0.36 , saturation: 0.31 and the lightness value of 5da96a is 0.51.

The process color (four color CMYK) of #5da96a color hex is 0.45, 0.00, 0.37, 0.34. Web safe color of #5da96a is #669966. Color #5da96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101001 01101010
Octal 135 251 152
Decimal 93 169 106
Hex 5D A9 6A

RGB Percentages of Color #5da96a

%25.27
%45.92
%28.80

CMYK Percentages of Color #5da96a

%45
%0
%37
%34

Triadic Colors of #5da96a

#5da96a #6a5da9 #a96a5d

Analogous Colors of #5da96a

#5da96a #5da990 #76a95d

Monochromatic Colors of #5da96a

#5da96a

Complementary Color

#5da96a #a95d9c

#5da96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da96a Color CSS Codes

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

#5da96a Text Font Color

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

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


#5da96a Background Color

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

This div background color is #5da96a


#5da96a Border Color

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

This div border color is #5da96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da96a


Comments

No comments written yet.

Please login to write comment.