Color Hex Logo

#5bdfad Color Hex

#5BDFAD
(91,223,173)
0 Favorites   0 Comments

Color spaces of #5bdfad

RGB 91223173
HSL0.440.670.62
HSV157°59°87°
CMYK 0.590.000.22   0.13
XYZ38.244958.016648.7178
Yxy58.01660.26380.4002
Hunter Lab76.1686-43.668815.3959
CIE-Lab80.7480-47.885313.8371

#5bdfad color RGB value is (91,223,173).

#5bdfad hex color red value is 91, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5bdfad hue: 0.44 , saturation: 0.67 and the lightness value of 5bdfad is 0.62.

The process color (four color CMYK) of #5bdfad color hex is 0.59, 0.00, 0.22, 0.13. Web safe color of #5bdfad is #66cc99. Color #5bdfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011111 10101101
Octal 133 337 255
Decimal 91 223 173
Hex 5B DF AD

RGB Percentages of Color #5bdfad

%18.69
%45.79
%35.52

CMYK Percentages of Color #5bdfad

%59
%0
%22
%13

Triadic Colors of #5bdfad

#5bdfad #ad5bdf #dfad5b

Analogous Colors of #5bdfad

#5bdfad #5bcfdf #5bdf6b

Monochromatic Colors of #5bdfad

#5bdfad

Complementary Color

#5bdfad #df5b8d

#5bdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdfad Color CSS Codes

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

#5bdfad Text Font Color

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

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


#5bdfad Background Color

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

This div background color is #5bdfad


#5bdfad Border Color

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

This div border color is #5bdfad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,223,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bdfad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bdfad;
  -webkit-box-shadow: 1px 1px 3px 2px #5bdfad;
  box-shadow:         1px 1px 3px 2px #5bdfad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,223,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdfad


Comments

No comments written yet.

Please login to write comment.