Color Hex Logo

#5aeade Color Hex

#5AEADE
(90,234,222)
0 Favorites   0 Comments

Color spaces of #5aeade

RGB 90234222
HSL0.490.770.64
HSV175°62°92°
CMYK 0.620.000.05   0.08
XYZ46.824166.293279.4352
Yxy66.29320.24320.3443
Hunter Lab81.4206-39.8328-0.8498
CIE-Lab85.1458-41.0792-5.6557

#5aeade color RGB value is (90,234,222).

#5aeade hex color red value is 90, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5aeade hue: 0.49 , saturation: 0.77 and the lightness value of 5aeade is 0.64.

The process color (four color CMYK) of #5aeade color hex is 0.62, 0.00, 0.05, 0.08. Web safe color of #5aeade is #66ffcc. Color #5aeade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101010 11011110
Octal 132 352 336
Decimal 90 234 222
Hex 5A EA DE

RGB Percentages of Color #5aeade

%16.48
%42.86
%40.66

CMYK Percentages of Color #5aeade

%62
%0
%5
%8

Triadic Colors of #5aeade

#5aeade #de5aea #eade5a

Analogous Colors of #5aeade

#5aeade #5aaeea #5aea96

Monochromatic Colors of #5aeade

#5aeade

Complementary Color

#5aeade #ea5a66

#5aeade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeade Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeade Color CSS Codes

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

#5aeade Text Font Color

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

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


#5aeade Background Color

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

This div background color is #5aeade


#5aeade Border Color

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

This div border color is #5aeade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeade


Comments

No comments written yet.

Please login to write comment.