Color Hex Logo

#5deeab Color Hex

#5DEEAB
(93,238,171)
0 Favorites   0 Comments

Color spaces of #5deeab

RGB 93238171
HSL0.420.810.65
HSV152°61°93°
CMYK 0.610.000.28   0.07
XYZ42.439466.416549.1110
Yxy66.41650.26870.4204
Hunter Lab81.4963-49.664321.3183
CIE-Lab85.2084-54.081721.1170

#5deeab color RGB value is (93,238,171).

#5deeab hex color red value is 93, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5deeab hue: 0.42 , saturation: 0.81 and the lightness value of 5deeab is 0.65.

The process color (four color CMYK) of #5deeab color hex is 0.61, 0.00, 0.28, 0.07. Web safe color of #5deeab is #66ff99. Color #5deeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 10101011
Octal 135 356 253
Decimal 93 238 171
Hex 5D EE AB

RGB Percentages of Color #5deeab

%18.53
%47.41
%34.06

CMYK Percentages of Color #5deeab

%61
%0
%28
%7

Triadic Colors of #5deeab

#5deeab #ab5dee #eeab5d

Analogous Colors of #5deeab

#5deeab #5de9ee #5dee63

Monochromatic Colors of #5deeab

#5deeab

Complementary Color

#5deeab #ee5da0

#5deeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deeab Color CSS Codes

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

#5deeab Text Font Color

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

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


#5deeab Background Color

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

This div background color is #5deeab


#5deeab Border Color

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

This div border color is #5deeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deeab


Comments

No comments written yet.

Please login to write comment.