Color Hex Logo

#5aafed Color Hex

#5AAFED
(90,175,237)
0 Favorites   0 Comments

Color spaces of #5aafed

RGB 90175237
HSL0.570.800.64
HSV205°62°93°
CMYK 0.620.260.00   0.07
XYZ34.832538.948085.8026
Yxy38.94800.21830.2441
Hunter Lab62.4083-9.5868-37.8295
CIE-Lab68.7136-7.3351-38.6747

#5aafed color RGB value is (90,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 11101101
Octal 132 257 355
Decimal 90 175 237
Hex 5A AF ED

RGB Percentages of Color #5aafed

%17.93
%34.86
%47.21

CMYK Percentages of Color #5aafed

%62
%26
%0
%7

Triadic Colors of #5aafed

#5aafed #ed5aaf #afed5a

Analogous Colors of #5aafed

#5aafed #5a66ed #5aede2

Monochromatic Colors of #5aafed

#5aafed

Complementary Color

#5aafed #ed985a

#5aafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafed Color CSS Codes

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

#5aafed Text Font Color

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

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


#5aafed Background Color

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

This div background color is #5aafed


#5aafed Border Color

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

This div border color is #5aafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafed


Comments

No comments written yet.

Please login to write comment.