Color Hex Logo

#5ae2ff Color Hex

#5AE2FF
(90,226,255)
0 Favorites   0 Comments

Color spaces of #5ae2ff

RGB 90226255
HSL0.531.000.68
HSV191°65°100°
CMYK 0.650.110.00   0.00
XYZ49.462863.7864104.3128
Yxy63.78640.22740.2932
Hunter Lab79.8664-29.2177-21.5317
CIE-Lab83.8544-28.2305-24.9989

#5ae2ff color RGB value is (90,226,255).

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

The process color (four color CMYK) of #5ae2ff color hex is 0.65, 0.11, 0.00, 0.00. Web safe color of #5ae2ff is #66ccff. Color #5ae2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100010 11111111
Octal 132 342 377
Decimal 90 226 255
Hex 5A E2 FF

RGB Percentages of Color #5ae2ff

%15.76
%39.58
%44.66

CMYK Percentages of Color #5ae2ff

%65
%11
%0
%0

Triadic Colors of #5ae2ff

#5ae2ff #ff5ae2 #e2ff5a

Analogous Colors of #5ae2ff

#5ae2ff #5a90ff #5affca

Monochromatic Colors of #5ae2ff

#5ae2ff

Complementary Color

#5ae2ff #ff775a

#5ae2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae2ff Color CSS Codes

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

#5ae2ff Text Font Color

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

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


#5ae2ff Background Color

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

This div background color is #5ae2ff


#5ae2ff Border Color

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

This div border color is #5ae2ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,226,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 #5ae2ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae2ff

#5ae2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.