Color Hex Logo

#59aafd Color Hex

#59AAFD
(89,170,253)
0 Favorites   0 Comments

Color spaces of #59aafd

RGB 89170253
HSL0.580.980.67
HSV210°65°99°
CMYK 0.650.330.00   0.01
XYZ36.224237.965198.3473
Yxy37.96510.21000.2200
Hunter Lab61.6158-2.8868-51.5039
CIE-Lab67.99490.4660-48.5104

#59aafd color RGB value is (89,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101010 11111101
Octal 131 252 375
Decimal 89 170 253
Hex 59 AA FD

RGB Percentages of Color #59aafd

%17.38
%33.20
%49.41

CMYK Percentages of Color #59aafd

%65
%33
%0
%1

Triadic Colors of #59aafd

#59aafd #fd59aa #aafd59

Analogous Colors of #59aafd

#59aafd #5a59fd #59fcfd

Monochromatic Colors of #59aafd

#59aafd

Complementary Color

#59aafd #fdac59

#59aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aafd Color CSS Codes

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

#59aafd Text Font Color

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

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


#59aafd Background Color

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

This div background color is #59aafd


#59aafd Border Color

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

This div border color is #59aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aafd


Comments

No comments written yet.

Please login to write comment.