Color Hex Logo

#5bdeab Color Hex

#5BDEAB
(91,222,171)
0 Favorites   0 Comments

Color spaces of #5bdeab

RGB 91222171
HSL0.440.660.61
HSV157°59°87°
CMYK 0.590.000.23   0.13
XYZ37.786357.407047.6172
Yxy57.40700.26460.4020
Hunter Lab75.7674-43.572415.7755
CIE-Lab80.4080-47.901014.4115

#5bdeab color RGB value is (91,222,171).

#5bdeab hex color red value is 91, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5bdeab hue: 0.44 , saturation: 0.66 and the lightness value of 5bdeab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011110 10101011
Octal 133 336 253
Decimal 91 222 171
Hex 5B DE AB

RGB Percentages of Color #5bdeab

%18.80
%45.87
%35.33

CMYK Percentages of Color #5bdeab

%59
%0
%23
%13

Triadic Colors of #5bdeab

#5bdeab #ab5bde #deab5b

Analogous Colors of #5bdeab

#5bdeab #5bd0de #5bde6a

Monochromatic Colors of #5bdeab

#5bdeab

Complementary Color

#5bdeab #de5b8e

#5bdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdeab Color CSS Codes

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

#5bdeab Text Font Color

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

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


#5bdeab Background Color

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

This div background color is #5bdeab


#5bdeab Border Color

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

This div border color is #5bdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdeab


Comments

No comments written yet.

Please login to write comment.