Color Hex Logo

#5ae4be Color Hex

#5AE4BE
(90,228,190)
0 Favorites   0 Comments

Color spaces of #5ae4be

RGB 90228190
HSL0.450.720.62
HSV163°61°89°
CMYK 0.610.000.17   0.11
XYZ41.254161.378258.3881
Yxy61.37820.25620.3812
Hunter Lab78.3442-43.108810.6535
CIE-Lab82.5816-46.35087.4815

#5ae4be color RGB value is (90,228,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100100 10111110
Octal 132 344 276
Decimal 90 228 190
Hex 5A E4 BE

RGB Percentages of Color #5ae4be

%17.72
%44.88
%37.40

CMYK Percentages of Color #5ae4be

%61
%0
%17
%11

Triadic Colors of #5ae4be

#5ae4be #be5ae4 #e4be5a

Analogous Colors of #5ae4be

#5ae4be #5ac5e4 #5ae479

Monochromatic Colors of #5ae4be

#5ae4be

Complementary Color

#5ae4be #e45a80

#5ae4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae4be Color CSS Codes

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

#5ae4be Text Font Color

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

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


#5ae4be Background Color

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

This div background color is #5ae4be


#5ae4be Border Color

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

This div border color is #5ae4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae4be


Comments

No comments written yet.

Please login to write comment.