Color Hex Logo

#5aafef Color Hex

#5AAFEF
(90,175,239)
0 Favorites   0 Comments

Color spaces of #5aafef

RGB 90175239
HSL0.570.820.65
HSV206°62°94°
CMYK 0.620.270.00   0.06
XYZ35.126439.065687.3504
Yxy39.06560.21740.2418
Hunter Lab62.5025-9.0623-39.1091
CIE-Lab68.7988-6.6987-39.6320

#5aafef color RGB value is (90,175,239).

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

The process color (four color CMYK) of #5aafef color hex is 0.62, 0.27, 0.00, 0.06. Web safe color of #5aafef is #6699ff. Color #5aafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 11101111
Octal 132 257 357
Decimal 90 175 239
Hex 5A AF EF

RGB Percentages of Color #5aafef

%17.86
%34.72
%47.42

CMYK Percentages of Color #5aafef

%62
%27
%0
%6

Triadic Colors of #5aafef

#5aafef #ef5aaf #afef5a

Analogous Colors of #5aafef

#5aafef #5a65ef #5aefe5

Monochromatic Colors of #5aafef

#5aafef

Complementary Color

#5aafef #ef9a5a

#5aafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafef Color CSS Codes

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

#5aafef Text Font Color

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

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


#5aafef Background Color

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

This div background color is #5aafef


#5aafef Border Color

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

This div border color is #5aafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafef


Comments

No comments written yet.

Please login to write comment.