Color Hex Logo

#5aeaef Color Hex

#5AEAEF
(90,234,239)
0 Favorites   0 Comments

Color spaces of #5aeaef

RGB 90234239
HSL0.510.820.65
HSV182°62°94°
CMYK 0.620.020.00   0.06
XYZ49.219367.251392.0480
Yxy67.25130.23600.3225
Hunter Lab82.0069-36.3790-9.1448
CIE-Lab85.6307-36.5478-13.8848

#5aeaef color RGB value is (90,234,239).

#5aeaef hex color red value is 90, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5aeaef hue: 0.51 , saturation: 0.82 and the lightness value of 5aeaef is 0.65.

The process color (four color CMYK) of #5aeaef color hex is 0.62, 0.02, 0.00, 0.06. Web safe color of #5aeaef is #66ffff. Color #5aeaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101010 11101111
Octal 132 352 357
Decimal 90 234 239
Hex 5A EA EF

RGB Percentages of Color #5aeaef

%15.99
%41.56
%42.45

CMYK Percentages of Color #5aeaef

%62
%2
%0
%6

Triadic Colors of #5aeaef

#5aeaef #ef5aea #eaef5a

Analogous Colors of #5aeaef

#5aeaef #5aa0ef #5aefaa

Monochromatic Colors of #5aeaef

#5aeaef

Complementary Color

#5aeaef #ef5f5a

#5aeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeaef Color CSS Codes

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

#5aeaef Text Font Color

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

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


#5aeaef Background Color

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

This div background color is #5aeaef


#5aeaef Border Color

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

This div border color is #5aeaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeaef


Comments

No comments written yet.

Please login to write comment.