Color Hex Logo

#59aff5 Color Hex

#59AFF5
(89,175,245)
0 Favorites   0 Comments

Color spaces of #59aff5

RGB 89175245
HSL0.570.890.65
HSV207°64°96°
CMYK 0.640.290.00   0.04
XYZ35.931239.376492.0928
Yxy39.37640.21460.2352
Hunter Lab62.7506-7.6039-43.0886
CIE-Lab69.0230-4.9458-42.5493

#59aff5 color RGB value is (89,175,245).

#59aff5 hex color red value is 89, green value is 175 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #59aff5 hue: 0.57 , saturation: 0.89 and the lightness value of 59aff5 is 0.65.

The process color (four color CMYK) of #59aff5 color hex is 0.64, 0.29, 0.00, 0.04. Web safe color of #59aff5 is #6699ff. Color #59aff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101111 11110101
Octal 131 257 365
Decimal 89 175 245
Hex 59 AF F5

RGB Percentages of Color #59aff5

%17.49
%34.38
%48.13

CMYK Percentages of Color #59aff5

%64
%29
%0
%4

Triadic Colors of #59aff5

#59aff5 #f559af #aff559

Analogous Colors of #59aff5

#59aff5 #5961f5 #59f5ed

Monochromatic Colors of #59aff5

#59aff5

Complementary Color

#59aff5 #f59f59

#59aff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aff5 Color CSS Codes

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

#59aff5 Text Font Color

<p style="color:#59aff5">Text here</p>

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


#59aff5 Background Color

<div style="background-color:#59aff5">
Div content here</div>

This div background color is #59aff5


#59aff5 Border Color

<div style="border:3px solid #59aff5">
Div here</div>

This div border color is #59aff5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,175,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59aff5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59aff5;
  -webkit-box-shadow: 1px 1px 3px 2px #59aff5;
  box-shadow:         1px 1px 3px 2px #59aff5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aff5


Comments

No comments written yet.

Please login to write comment.