Color Hex Logo

#5aafea Color Hex

#5AAFEA
(90,175,234)
0 Favorites   0 Comments

Color spaces of #5aafea

RGB 90175234
HSL0.570.770.64
HSV205°62°92°
CMYK 0.620.250.00   0.08
XYZ34.397738.774183.5131
Yxy38.77410.21950.2475
Hunter Lab62.2689-10.3660-35.9298
CIE-Lab68.5873-8.2858-37.2344

#5aafea color RGB value is (90,175,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 11101010
Octal 132 257 352
Decimal 90 175 234
Hex 5A AF EA

RGB Percentages of Color #5aafea

%18.04
%35.07
%46.89

CMYK Percentages of Color #5aafea

%62
%25
%0
%8

Triadic Colors of #5aafea

#5aafea #ea5aaf #afea5a

Analogous Colors of #5aafea

#5aafea #5a67ea #5aeadd

Monochromatic Colors of #5aafea

#5aafea

Complementary Color

#5aafea #ea955a

#5aafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafea Color CSS Codes

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

#5aafea Text Font Color

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

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


#5aafea Background Color

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

This div background color is #5aafea


#5aafea Border Color

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

This div border color is #5aafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafea


Comments

No comments written yet.

Please login to write comment.