Color Hex Logo

#5db1aa Color Hex

#5DB1AA
(93,177,170)
0 Favorites   0 Comments

Color spaces of #5db1aa

RGB 93177170
HSL0.490.350.53
HSV175°47°69°
CMYK 0.470.000.04   0.31
XYZ27.492036.673743.6600
Yxy36.67370.25500.3401
Hunter Lab60.5588-24.9439-0.3541
CIE-Lab67.0315-27.2260-4.3238

#5db1aa color RGB value is (93,177,170).

#5db1aa hex color red value is 93, green value is 177 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5db1aa hue: 0.49 , saturation: 0.35 and the lightness value of 5db1aa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10110001 10101010
Octal 135 261 252
Decimal 93 177 170
Hex 5D B1 AA

RGB Percentages of Color #5db1aa

%21.14
%40.23
%38.64

CMYK Percentages of Color #5db1aa

%47
%0
%4
%31

Triadic Colors of #5db1aa

#5db1aa #aa5db1 #b1aa5d

Analogous Colors of #5db1aa

#5db1aa #5d8eb1 #5db180

Monochromatic Colors of #5db1aa

#5db1aa

Complementary Color

#5db1aa #b15d64

#5db1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db1aa Color CSS Codes

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

#5db1aa Text Font Color

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

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


#5db1aa Background Color

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

This div background color is #5db1aa


#5db1aa Border Color

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

This div border color is #5db1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db1aa


Comments

No comments written yet.

Please login to write comment.