Color Hex Logo

#59aeff Color Hex

#59AEFF
(89,174,255)
0 Favorites   0 Comments

Color spaces of #59aeff

RGB 89174255
HSL0.581.000.67
HSV209°65°100°
CMYK 0.650.320.00   0.00
XYZ37.305939.6160100.2882
Yxy39.61600.21050.2236
Hunter Lab62.9412-4.3485-50.4116
CIE-Lab69.1951-1.1345-47.7045

#59aeff color RGB value is (89,174,255).

#59aeff hex color red value is 89, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #59aeff hue: 0.58 , saturation: 1.00 and the lightness value of 59aeff is 0.67.

The process color (four color CMYK) of #59aeff color hex is 0.65, 0.32, 0.00, 0.00. Web safe color of #59aeff is #6699ff. Color #59aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101110 11111111
Octal 131 256 377
Decimal 89 174 255
Hex 59 AE FF

RGB Percentages of Color #59aeff

%17.18
%33.59
%49.23

CMYK Percentages of Color #59aeff

%65
%32
%0
%0

Triadic Colors of #59aeff

#59aeff #ff59ae #aeff59

Analogous Colors of #59aeff

#59aeff #595bff #59fffd

Monochromatic Colors of #59aeff

#59aeff

Complementary Color

#59aeff #ffaa59

#59aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aeff Color CSS Codes

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

#59aeff Text Font Color

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

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


#59aeff Background Color

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

This div background color is #59aeff


#59aeff Border Color

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

This div border color is #59aeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,174,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 #59aeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aeff


Comments

No comments written yet.

Please login to write comment.