Color Hex Logo

#5dae98 Color Hex

#5DAE98
(93,174,152)
0 Favorites   0 Comments

Color spaces of #5dae98

RGB 93174152
HSL0.450.330.52
HSV164°47°68°
CMYK 0.470.000.13   0.32
XYZ25.317734.866335.1012
Yxy34.86630.26570.3659
Hunter Lab59.0477-26.79866.0881
CIE-Lab65.6444-30.20523.6305

#5dae98 color RGB value is (93,174,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 10011000
Octal 135 256 230
Decimal 93 174 152
Hex 5D AE 98

RGB Percentages of Color #5dae98

%22.20
%41.53
%36.28

CMYK Percentages of Color #5dae98

%47
%0
%13
%32

Triadic Colors of #5dae98

#5dae98 #985dae #ae985d

Analogous Colors of #5dae98

#5dae98 #5d9cae #5dae70

Monochromatic Colors of #5dae98

#5dae98

Complementary Color

#5dae98 #ae5d73

#5dae98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dae98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dae98 Color CSS Codes

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

#5dae98 Text Font Color

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

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


#5dae98 Background Color

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

This div background color is #5dae98


#5dae98 Border Color

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

This div border color is #5dae98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dae98


Comments

No comments written yet.

Please login to write comment.