Color Hex Logo

#5dba95 Color Hex

#5DBA95
(93,186,149)
0 Favorites   0 Comments

Color spaces of #5dba95

RGB 93186149
HSL0.430.400.55
HSV156°50°73°
CMYK 0.500.000.20   0.27
XYZ27.497939.614934.6309
Yxy39.61490.27030.3894
Hunter Lab62.9404-32.161111.4359
CIE-Lab69.1944-36.525110.3663

#5dba95 color RGB value is (93,186,149).

#5dba95 hex color red value is 93, green value is 186 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #5dba95 hue: 0.43 , saturation: 0.40 and the lightness value of 5dba95 is 0.55.

The process color (four color CMYK) of #5dba95 color hex is 0.50, 0.00, 0.20, 0.27. Web safe color of #5dba95 is #66cc99. Color #5dba95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 10010101
Octal 135 272 225
Decimal 93 186 149
Hex 5D BA 95

RGB Percentages of Color #5dba95

%21.73
%43.46
%34.81

CMYK Percentages of Color #5dba95

%50
%0
%20
%27

Triadic Colors of #5dba95

#5dba95 #955dba #ba955d

Analogous Colors of #5dba95

#5dba95 #5db1ba #5dba67

Monochromatic Colors of #5dba95

#5dba95

Complementary Color

#5dba95 #ba5d82

#5dba95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dba95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dba95 Color CSS Codes

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

#5dba95 Text Font Color

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

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


#5dba95 Background Color

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

This div background color is #5dba95


#5dba95 Border Color

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

This div border color is #5dba95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dba95


Comments

No comments written yet.

Please login to write comment.