Color Hex Logo

#5daf89 Color Hex

#5DAF89
(93,175,137)
0 Favorites   0 Comments

Color spaces of #5daf89

RGB 93175137
HSL0.420.340.53
HSV152°47°69°
CMYK 0.470.000.22   0.31
XYZ24.359534.793229.0988
Yxy34.79320.27600.3943
Hunter Lab58.9858-29.509512.0411
CIE-Lab65.5873-34.069911.8424

#5daf89 color RGB value is (93,175,137).

#5daf89 hex color red value is 93, green value is 175 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #5daf89 hue: 0.42 , saturation: 0.34 and the lightness value of 5daf89 is 0.53.

The process color (four color CMYK) of #5daf89 color hex is 0.47, 0.00, 0.22, 0.31. Web safe color of #5daf89 is #669999. Color #5daf89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101111 10001001
Octal 135 257 211
Decimal 93 175 137
Hex 5D AF 89

RGB Percentages of Color #5daf89

%22.96
%43.21
%33.83

CMYK Percentages of Color #5daf89

%47
%0
%22
%31

Triadic Colors of #5daf89

#5daf89 #895daf #af895d

Analogous Colors of #5daf89

#5daf89 #5dacaf #5daf60

Monochromatic Colors of #5daf89

#5daf89

Complementary Color

#5daf89 #af5d83

#5daf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daf89 Color CSS Codes

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

#5daf89 Text Font Color

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

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


#5daf89 Background Color

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

This div background color is #5daf89


#5daf89 Border Color

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

This div border color is #5daf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daf89


Comments

No comments written yet.

Please login to write comment.