Color Hex Logo

#59acef Color Hex

#59ACEF
(89,172,239)
0 Favorites   0 Comments

Color spaces of #59acef

RGB 89172239
HSL0.570.820.64
HSV207°63°94°
CMYK 0.630.280.00   0.06
XYZ34.452337.860987.1534
Yxy37.86090.21600.2374
Hunter Lab61.5312-7.7346-40.9071
CIE-Lab67.9180-5.2123-41.0108

#59acef color RGB value is (89,172,239).

#59acef hex color red value is 89, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #59acef hue: 0.57 , saturation: 0.82 and the lightness value of 59acef is 0.64.

The process color (four color CMYK) of #59acef color hex is 0.63, 0.28, 0.00, 0.06. Web safe color of #59acef is #6699ff. Color #59acef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 11101111
Octal 131 254 357
Decimal 89 172 239
Hex 59 AC EF

RGB Percentages of Color #59acef

%17.80
%34.40
%47.80

CMYK Percentages of Color #59acef

%63
%28
%0
%6

Triadic Colors of #59acef

#59acef #ef59ac #acef59

Analogous Colors of #59acef

#59acef #5961ef #59efe7

Monochromatic Colors of #59acef

#59acef

Complementary Color

#59acef #ef9c59

#59acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#59acef Color CSS Codes

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

#59acef Text Font Color

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

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


#59acef Background Color

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

This div background color is #59acef


#59acef Border Color

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

This div border color is #59acef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59acef


Comments

No comments written yet.

Please login to write comment.