Color Hex Logo

#59afbe Color Hex

#59AFBE
(89,175,190)
0 Favorites   0 Comments

Color spaces of #59afbe

RGB 89175190
HSL0.520.440.55
HSV189°53°75°
CMYK 0.530.080.00   0.25
XYZ28.744136.501554.2457
Yxy36.50150.24060.3055
Hunter Lab60.4165-20.8046-10.9428
CIE-Lab66.9013-21.7193-15.6162

#59afbe color RGB value is (89,175,190).

#59afbe hex color red value is 89, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #59afbe hue: 0.52 , saturation: 0.44 and the lightness value of 59afbe is 0.55.

The process color (four color CMYK) of #59afbe color hex is 0.53, 0.08, 0.00, 0.25. Web safe color of #59afbe is #6699cc. Color #59afbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101111 10111110
Octal 131 257 276
Decimal 89 175 190
Hex 59 AF BE

RGB Percentages of Color #59afbe

%19.60
%38.55
%41.85

CMYK Percentages of Color #59afbe

%53
%8
%0
%25

Triadic Colors of #59afbe

#59afbe #be59af #afbe59

Analogous Colors of #59afbe

#59afbe #597dbe #59be9b

Monochromatic Colors of #59afbe

#59afbe

Complementary Color

#59afbe #be6859

#59afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#59afbe Color CSS Codes

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

#59afbe Text Font Color

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

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


#59afbe Background Color

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

This div background color is #59afbe


#59afbe Border Color

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

This div border color is #59afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59afbe


Comments

No comments written yet.

Please login to write comment.