Color Hex Logo

#59abbe Color Hex

#59ABBE
(89,171,190)
0 Favorites   0 Comments

Color spaces of #59abbe

RGB 89171190
HSL0.530.440.55
HSV191°53°75°
CMYK 0.530.100.00   0.25
XYZ27.977034.967453.9900
Yxy34.96740.23930.2990
Hunter Lab59.1332-19.0316-12.7399
CIE-Lab65.7233-19.6540-17.3979

#59abbe color RGB value is (89,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101011 10111110
Octal 131 253 276
Decimal 89 171 190
Hex 59 AB BE

RGB Percentages of Color #59abbe

%19.78
%38.00
%42.22

CMYK Percentages of Color #59abbe

%53
%10
%0
%25

Triadic Colors of #59abbe

#59abbe #be59ab #abbe59

Analogous Colors of #59abbe

#59abbe #5979be #59be9f

Monochromatic Colors of #59abbe

#59abbe

Complementary Color

#59abbe #be6c59

#59abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#59abbe Color CSS Codes

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

#59abbe Text Font Color

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

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


#59abbe Background Color

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

This div background color is #59abbe


#59abbe Border Color

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

This div border color is #59abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59abbe


Comments

No comments written yet.

Please login to write comment.