Color Hex Logo

#5ae4bd Color Hex

#5AE4BD
(90,228,189)
0 Favorites   0 Comments

Color spaces of #5ae4bd

RGB 90228189
HSL0.450.720.62
HSV163°61°89°
CMYK 0.610.000.17   0.11
XYZ41.145261.334657.8143
Yxy61.33460.25670.3826
Hunter Lab78.3164-43.274911.0528
CIE-Lab82.5583-46.58367.9753

#5ae4bd color RGB value is (90,228,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100100 10111101
Octal 132 344 275
Decimal 90 228 189
Hex 5A E4 BD

RGB Percentages of Color #5ae4bd

%17.75
%44.97
%37.28

CMYK Percentages of Color #5ae4bd

%61
%0
%17
%11

Triadic Colors of #5ae4bd

#5ae4bd #bd5ae4 #e4bd5a

Analogous Colors of #5ae4bd

#5ae4bd #5ac6e4 #5ae478

Monochromatic Colors of #5ae4bd

#5ae4bd

Complementary Color

#5ae4bd #e45a81

#5ae4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae4bd Color CSS Codes

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

#5ae4bd Text Font Color

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

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


#5ae4bd Background Color

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

This div background color is #5ae4bd


#5ae4bd Border Color

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

This div border color is #5ae4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae4bd


Comments

No comments written yet.

Please login to write comment.