Color Hex Logo

#58acaa Color Hex

#58ACAA
(88,172,170)
0 Favorites   0 Comments

Color spaces of #58acaa

RGB 88172170
HSL0.500.340.51
HSV179°49°67°
CMYK 0.490.000.01   0.33
XYZ26.032734.482043.3138
Yxy34.48200.25070.3321
Hunter Lab58.7214-23.6288-2.6283
CIE-Lab65.3434-25.9070-6.8436

#58acaa color RGB value is (88,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101100 10101010
Octal 130 254 252
Decimal 88 172 170
Hex 58 AC AA

RGB Percentages of Color #58acaa

%20.47
%40.00
%39.53

CMYK Percentages of Color #58acaa

%49
%0
%1
%33

Triadic Colors of #58acaa

#58acaa #aa58ac #acaa58

Analogous Colors of #58acaa

#58acaa #5884ac #58ac80

Monochromatic Colors of #58acaa

#58acaa

Complementary Color

#58acaa #ac585a

#58acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#58acaa Color CSS Codes

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

#58acaa Text Font Color

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

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


#58acaa Background Color

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

This div background color is #58acaa


#58acaa Border Color

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

This div border color is #58acaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,172,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 #58acaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58acaa


Comments

No comments written yet.

Please login to write comment.