Color Hex Logo

#59aedc Color Hex

#59AEDC
(89,174,220)
0 Favorites   0 Comments

Color spaces of #59aedc

RGB 89174220
HSL0.560.650.61
HSV201°60°86°
CMYK 0.600.210.00   0.14
XYZ32.174137.563373.2648
Yxy37.56330.22500.2627
Hunter Lab61.2889-13.5506-27.9731
CIE-Lab67.6975-12.3000-30.9508

#59aedc color RGB value is (89,174,220).

#59aedc hex color red value is 89, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #59aedc hue: 0.56 , saturation: 0.65 and the lightness value of 59aedc is 0.61.

The process color (four color CMYK) of #59aedc color hex is 0.60, 0.21, 0.00, 0.14. Web safe color of #59aedc is #6699cc. Color #59aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101110 11011100
Octal 131 256 334
Decimal 89 174 220
Hex 59 AE DC

RGB Percentages of Color #59aedc

%18.43
%36.02
%45.55

CMYK Percentages of Color #59aedc

%60
%21
%0
%14

Triadic Colors of #59aedc

#59aedc #dc59ae #aedc59

Analogous Colors of #59aedc

#59aedc #596ddc #59dcc9

Monochromatic Colors of #59aedc

#59aedc

Complementary Color

#59aedc #dc8759

#59aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59aedc Color CSS Codes

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

#59aedc Text Font Color

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

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


#59aedc Background Color

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

This div background color is #59aedc


#59aedc Border Color

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

This div border color is #59aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59aedc


Comments

No comments written yet.

Please login to write comment.