Color Hex Logo

#58abac Color Hex

#58ABAC
(88,171,172)
0 Favorites   0 Comments

Color spaces of #58abac

RGB 88171172
HSL0.500.340.51
HSV181°49°67°
CMYK 0.490.010.00   0.33
XYZ26.033834.179144.2548
Yxy34.17910.24920.3272
Hunter Lab58.4629-22.8232-3.9569
CIE-Lab65.1045-24.8728-8.3130

#58abac color RGB value is (88,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101011 10101100
Octal 130 253 254
Decimal 88 171 172
Hex 58 AB AC

RGB Percentages of Color #58abac

%20.42
%39.68
%39.91

CMYK Percentages of Color #58abac

%49
%1
%0
%33

Triadic Colors of #58abac

#58abac #ac58ab #abac58

Analogous Colors of #58abac

#58abac #5881ac #58ac83

Monochromatic Colors of #58abac

#58abac

Complementary Color

#58abac #ac5958

#58abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#58abac Color CSS Codes

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

#58abac Text Font Color

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

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


#58abac Background Color

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

This div background color is #58abac


#58abac Border Color

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

This div border color is #58abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58abac


Comments

No comments written yet.

Please login to write comment.