Color Hex Logo

#5aeafe Color Hex

#5AEAFE
(90,234,254)
0 Favorites   0 Comments

Color spaces of #5aeafe

RGB 90234254
HSL0.520.990.67
HSV187°65°100°
CMYK 0.650.080.00   0.00
XYZ51.528768.1751104.2092
Yxy68.17510.23010.3045
Hunter Lab82.5682-33.0971-17.0321
CIE-Lab86.0939-32.3605-21.0724

#5aeafe color RGB value is (90,234,254).

#5aeafe hex color red value is 90, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5aeafe hue: 0.52 , saturation: 0.99 and the lightness value of 5aeafe is 0.67.

The process color (four color CMYK) of #5aeafe color hex is 0.65, 0.08, 0.00, 0.00. Web safe color of #5aeafe is #66ffff. Color #5aeafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101010 11111110
Octal 132 352 376
Decimal 90 234 254
Hex 5A EA FE

RGB Percentages of Color #5aeafe

%15.57
%40.48
%43.94

CMYK Percentages of Color #5aeafe

%65
%8
%0
%0

Triadic Colors of #5aeafe

#5aeafe #fe5aea #eafe5a

Analogous Colors of #5aeafe

#5aeafe #5a98fe #5afec0

Monochromatic Colors of #5aeafe

#5aeafe

Complementary Color

#5aeafe #fe6e5a

#5aeafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeafe Color CSS Codes

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

#5aeafe Text Font Color

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

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


#5aeafe Background Color

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

This div background color is #5aeafe


#5aeafe Border Color

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

This div border color is #5aeafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeafe

Related Colors


Comments

No comments written yet.

Please login to write comment.