Color Hex Logo

#59acfd Color Hex

#59ACFD
(89,172,253)
0 Favorites   0 Comments

Color spaces of #59acfd

RGB 89172253
HSL0.580.980.67
HSV210°65°99°
CMYK 0.650.320.00   0.01
XYZ36.602038.720798.4732
Yxy38.72070.21060.2228
Hunter Lab62.2260-3.8997-50.2688
CIE-Lab68.5485-0.6642-47.6384

#59acfd color RGB value is (89,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 11111101
Octal 131 254 375
Decimal 89 172 253
Hex 59 AC FD

RGB Percentages of Color #59acfd

%17.32
%33.46
%49.22

CMYK Percentages of Color #59acfd

%65
%32
%0
%1

Triadic Colors of #59acfd

#59acfd #fd59ac #acfd59

Analogous Colors of #59acfd

#59acfd #595afd #59fdfc

Monochromatic Colors of #59acfd

#59acfd

Complementary Color

#59acfd #fdaa59

#59acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#59acfd Color CSS Codes

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

#59acfd Text Font Color

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

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


#59acfd Background Color

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

This div background color is #59acfd


#59acfd Border Color

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

This div border color is #59acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59acfd

Related Colors


Comments

No comments written yet.

Please login to write comment.