Color Hex Logo

#5da9aa Color Hex

#5DA9AA
(93,169,170)
0 Favorites   0 Comments

Color spaces of #5da9aa

RGB 93169170
HSL0.500.310.52
HSV181°45°67°
CMYK 0.450.010.00   0.33
XYZ25.957933.605443.1486
Yxy33.60540.25270.3272
Hunter Lab57.9702-21.5190-3.5519
CIE-Lab64.6481-23.2216-7.8550

#5da9aa color RGB value is (93,169,170).

#5da9aa hex color red value is 93, green value is 169 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5da9aa hue: 0.50 , saturation: 0.31 and the lightness value of 5da9aa is 0.52.

The process color (four color CMYK) of #5da9aa color hex is 0.45, 0.01, 0.00, 0.33. Web safe color of #5da9aa is #669999. Color #5da9aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101001 10101010
Octal 135 251 252
Decimal 93 169 170
Hex 5D A9 AA

RGB Percentages of Color #5da9aa

%21.53
%39.12
%39.35

CMYK Percentages of Color #5da9aa

%45
%1
%0
%33

Triadic Colors of #5da9aa

#5da9aa #aa5da9 #a9aa5d

Analogous Colors of #5da9aa

#5da9aa #5d83aa #5daa85

Monochromatic Colors of #5da9aa

#5da9aa

Complementary Color

#5da9aa #aa5e5d

#5da9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da9aa Color CSS Codes

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

#5da9aa Text Font Color

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

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


#5da9aa Background Color

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

This div background color is #5da9aa


#5da9aa Border Color

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

This div border color is #5da9aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,169,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 #5da9aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da9aa


Comments

No comments written yet.

Please login to write comment.