Color Hex Logo

#58aeac Color Hex

#58AEAC
(88,174,172)
0 Favorites   0 Comments

Color spaces of #58aeac

RGB 88174172
HSL0.500.350.51
HSV179°49°68°
CMYK 0.490.000.01   0.32
XYZ26.606935.325444.4459
Yxy35.32540.25010.3321
Hunter Lab59.4352-24.1038-2.7327
CIE-Lab66.0012-26.3726-6.9798

#58aeac color RGB value is (88,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101110 10101100
Octal 130 256 254
Decimal 88 174 172
Hex 58 AE AC

RGB Percentages of Color #58aeac

%20.28
%40.09
%39.63

CMYK Percentages of Color #58aeac

%49
%0
%1
%32

Triadic Colors of #58aeac

#58aeac #ac58ae #aeac58

Analogous Colors of #58aeac

#58aeac #5885ae #58ae81

Monochromatic Colors of #58aeac

#58aeac

Complementary Color

#58aeac #ae585a

#58aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aeac Color CSS Codes

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

#58aeac Text Font Color

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

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


#58aeac Background Color

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

This div background color is #58aeac


#58aeac Border Color

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

This div border color is #58aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aeac


Comments

No comments written yet.

Please login to write comment.