Color Hex Logo

#5aeaff Color Hex

#5AEAFF
(90,234,255)
0 Favorites   0 Comments

Color spaces of #5aeaff

RGB 90234255
HSL0.521.000.68
HSV188°65°100°
CMYK 0.650.080.00   0.00
XYZ51.689368.2393105.0549
Yxy68.23930.22970.3033
Hunter Lab82.6071-32.8705-17.5766
CIE-Lab86.1260-32.0754-21.5489

#5aeaff color RGB value is (90,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101010 11111111
Octal 132 352 377
Decimal 90 234 255
Hex 5A EA FF

RGB Percentages of Color #5aeaff

%15.54
%40.41
%44.04

CMYK Percentages of Color #5aeaff

%65
%8
%0
%0

Triadic Colors of #5aeaff

#5aeaff #ff5aea #eaff5a

Analogous Colors of #5aeaff

#5aeaff #5a98ff #5affc2

Monochromatic Colors of #5aeaff

#5aeaff

Complementary Color

#5aeaff #ff6f5a

#5aeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeaff Color CSS Codes

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

#5aeaff Text Font Color

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

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


#5aeaff Background Color

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

This div background color is #5aeaff


#5aeaff Border Color

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

This div border color is #5aeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeaff

Related Colors

#5aeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.