Color Hex Logo

#5defab Color Hex

#5DEFAB
(93,239,171)
0 Favorites   0 Comments

Color spaces of #5defab

RGB 93239171
HSL0.420.820.65
HSV152°61°94°
CMYK 0.610.000.28   0.06
XYZ42.731467.000449.2083
Yxy67.00040.26890.4215
Hunter Lab81.8538-50.059021.6541
CIE-Lab85.5041-54.481921.5256

#5defab color RGB value is (93,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101111 10101011
Octal 135 357 253
Decimal 93 239 171
Hex 5D EF AB

RGB Percentages of Color #5defab

%18.49
%47.51
%34.00

CMYK Percentages of Color #5defab

%61
%0
%28
%6

Triadic Colors of #5defab

#5defab #ab5def #efab5d

Analogous Colors of #5defab

#5defab #5deaef #5def62

Monochromatic Colors of #5defab

#5defab

Complementary Color

#5defab #ef5da1

#5defab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5defab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5defab Color CSS Codes

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

#5defab Text Font Color

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

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


#5defab Background Color

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

This div background color is #5defab


#5defab Border Color

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

This div border color is #5defab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5defab


Comments

No comments written yet.

Please login to write comment.