Color Hex Logo

#58abaa Color Hex

#58ABAA
(88,171,170)
0 Favorites   0 Comments

Color spaces of #58abaa

RGB 88171170
HSL0.500.330.51
HSV179°49°67°
CMYK 0.490.000.01   0.33
XYZ25.843134.102843.2506
Yxy34.10280.25040.3305
Hunter Lab58.3976-23.2029-3.0332
CIE-Lab65.0441-25.4072-7.2880

#58abaa color RGB value is (88,171,170).

#58abaa hex color red value is 88, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #58abaa hue: 0.50 , saturation: 0.33 and the lightness value of 58abaa is 0.51.

The process color (four color CMYK) of #58abaa color hex is 0.49, 0.00, 0.01, 0.33. Web safe color of #58abaa is #669999. Color #58abaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101011 10101010
Octal 130 253 252
Decimal 88 171 170
Hex 58 AB AA

RGB Percentages of Color #58abaa

%20.51
%39.86
%39.63

CMYK Percentages of Color #58abaa

%49
%0
%1
%33

Triadic Colors of #58abaa

#58abaa #aa58ab #abaa58

Analogous Colors of #58abaa

#58abaa #5883ab #58ab81

Monochromatic Colors of #58abaa

#58abaa

Complementary Color

#58abaa #ab5859

#58abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#58abaa Color CSS Codes

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

#58abaa Text Font Color

<p style="color:#58abaa">Text here</p>

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


#58abaa Background Color

<div style="background-color:#58abaa">
Div content here</div>

This div background color is #58abaa


#58abaa Border Color

<div style="border:3px solid #58abaa">
Div here</div>

This div border color is #58abaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,171,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58abaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58abaa;
  -webkit-box-shadow: 1px 1px 3px 2px #58abaa;
  box-shadow:         1px 1px 3px 2px #58abaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,171,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58abaa


Comments

No comments written yet.

Please login to write comment.