Color Hex Logo

#59accf Color Hex

#59ACCF
(89,172,207)
0 Favorites   0 Comments

Color spaces of #59accf

RGB 89172207
HSL0.550.550.58
HSV198°57°81°
CMYK 0.570.170.00   0.19
XYZ30.134836.133964.4177
Yxy36.13390.23060.2765
Hunter Lab60.1115-15.7103-21.4593
CIE-Lab66.6221-15.1882-25.4459

#59accf color RGB value is (89,172,207).

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

The process color (four color CMYK) of #59accf color hex is 0.57, 0.17, 0.00, 0.19. Web safe color of #59accf is #6699cc. Color #59accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101100 11001111
Octal 131 254 317
Decimal 89 172 207
Hex 59 AC CF

RGB Percentages of Color #59accf

%19.02
%36.75
%44.23

CMYK Percentages of Color #59accf

%57
%17
%0
%19

Triadic Colors of #59accf

#59accf #cf59ac #accf59

Analogous Colors of #59accf

#59accf #5971cf #59cfb7

Monochromatic Colors of #59accf

#59accf

Complementary Color

#59accf #cf7c59

#59accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59accf Color CSS Codes

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

#59accf Text Font Color

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

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


#59accf Background Color

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

This div background color is #59accf


#59accf Border Color

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

This div border color is #59accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59accf


Comments

No comments written yet.

Please login to write comment.