Color Hex Logo

#5daea8 Color Hex

#5DAEA8
(93,174,168)
0 Favorites   0 Comments

Color spaces of #5daea8

RGB 93174168
HSL0.490.330.52
HSV176°47°68°
CMYK 0.470.000.03   0.32
XYZ26.718135.426442.4756
Yxy35.42640.25540.3386
Hunter Lab59.5201-24.0329-0.6473
CIE-Lab66.0793-26.2541-4.6197

#5daea8 color RGB value is (93,174,168).

#5daea8 hex color red value is 93, green value is 174 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #5daea8 hue: 0.49 , saturation: 0.33 and the lightness value of 5daea8 is 0.52.

The process color (four color CMYK) of #5daea8 color hex is 0.47, 0.00, 0.03, 0.32. Web safe color of #5daea8 is #669999. Color #5daea8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 10101000
Octal 135 256 250
Decimal 93 174 168
Hex 5D AE A8

RGB Percentages of Color #5daea8

%21.38
%40.00
%38.62

CMYK Percentages of Color #5daea8

%47
%0
%3
%32

Triadic Colors of #5daea8

#5daea8 #a85dae #aea85d

Analogous Colors of #5daea8

#5daea8 #5d8cae #5dae80

Monochromatic Colors of #5daea8

#5daea8

Complementary Color

#5daea8 #ae5d63

#5daea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daea8 Color CSS Codes

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

#5daea8 Text Font Color

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

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


#5daea8 Background Color

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

This div background color is #5daea8


#5daea8 Border Color

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

This div border color is #5daea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5daea8


Comments

No comments written yet.

Please login to write comment.