Color Hex Logo

#5da176 Color Hex

#5DA176
(93,161,118)
0 Favorites   0 Comments

Color spaces of #5da176

RGB 93161118
HSL0.390.270.50
HSV142°42°63°
CMYK 0.420.000.27   0.37
XYZ20.529129.124921.6792
Yxy29.12490.28780.4083
Hunter Lab53.9675-26.542113.9599
CIE-Lab60.8917-31.434915.7858

#5da176 color RGB value is (93,161,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100001 01110110
Octal 135 241 166
Decimal 93 161 118
Hex 5D A1 76

RGB Percentages of Color #5da176

%25.00
%43.28
%31.72

CMYK Percentages of Color #5da176

%42
%0
%27
%37

Triadic Colors of #5da176

#5da176 #765da1 #a1765d

Analogous Colors of #5da176

#5da176 #5da198 #66a15d

Monochromatic Colors of #5da176

#5da176

Complementary Color

#5da176 #a15d88

#5da176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da176 Color CSS Codes

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

#5da176 Text Font Color

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

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


#5da176 Background Color

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

This div background color is #5da176


#5da176 Border Color

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

This div border color is #5da176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da176


Comments

No comments written yet.

Please login to write comment.