Color Hex Logo

#5ae3bb Color Hex

#5AE3BB
(90,227,187)
0 Favorites   0 Comments

Color spaces of #5ae3bb

RGB 90227187
HSL0.450.710.62
HSV162°60°89°
CMYK 0.600.000.18   0.11
XYZ40.655260.699756.5872
Yxy60.69970.25740.3843
Hunter Lab77.9100-43.197211.4738
CIE-Lab82.2170-46.62018.5410

#5ae3bb color RGB value is (90,227,187).

#5ae3bb hex color red value is 90, green value is 227 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5ae3bb hue: 0.45 , saturation: 0.71 and the lightness value of 5ae3bb is 0.62.

The process color (four color CMYK) of #5ae3bb color hex is 0.60, 0.00, 0.18, 0.11. Web safe color of #5ae3bb is #66cccc. Color #5ae3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100011 10111011
Octal 132 343 273
Decimal 90 227 187
Hex 5A E3 BB

RGB Percentages of Color #5ae3bb

%17.86
%45.04
%37.10

CMYK Percentages of Color #5ae3bb

%60
%0
%18
%11

Triadic Colors of #5ae3bb

#5ae3bb #bb5ae3 #e3bb5a

Analogous Colors of #5ae3bb

#5ae3bb #5ac7e3 #5ae377

Monochromatic Colors of #5ae3bb

#5ae3bb

Complementary Color

#5ae3bb #e35a82

#5ae3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae3bb Color CSS Codes

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

#5ae3bb Text Font Color

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

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


#5ae3bb Background Color

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

This div background color is #5ae3bb


#5ae3bb Border Color

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

This div border color is #5ae3bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,227,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ae3bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ae3bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5ae3bb;
  box-shadow:         1px 1px 3px 2px #5ae3bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,227,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae3bb


Comments

No comments written yet.

Please login to write comment.