Color Hex Logo

#5da179 Color Hex

#5DA179
(93,161,121)
0 Favorites   0 Comments

Color spaces of #5da179

RGB 93161121
HSL0.400.270.50
HSV145°42°63°
CMYK 0.420.000.25   0.37
XYZ20.710329.197422.6333
Yxy29.19740.28550.4025
Hunter Lab54.0346-26.145412.9896
CIE-Lab60.9555-30.829614.2070

#5da179 color RGB value is (93,161,121).

#5da179 hex color red value is 93, green value is 161 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #5da179 hue: 0.40 , saturation: 0.27 and the lightness value of 5da179 is 0.50.

The process color (four color CMYK) of #5da179 color hex is 0.42, 0.00, 0.25, 0.37. Web safe color of #5da179 is #669966. Color #5da179 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100001 01111001
Octal 135 241 171
Decimal 93 161 121
Hex 5D A1 79

RGB Percentages of Color #5da179

%24.80
%42.93
%32.27

CMYK Percentages of Color #5da179

%42
%0
%25
%37

Triadic Colors of #5da179

#5da179 #795da1 #a1795d

Analogous Colors of #5da179

#5da179 #5da19b #63a15d

Monochromatic Colors of #5da179

#5da179

Complementary Color

#5da179 #a15d85

#5da179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da179 Color CSS Codes

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

#5da179 Text Font Color

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

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


#5da179 Background Color

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

This div background color is #5da179


#5da179 Border Color

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

This div border color is #5da179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da179


Comments

No comments written yet.

Please login to write comment.