Color Hex Logo

#58aeae Color Hex

#58AEAE
(88,174,174)
0 Favorites   0 Comments

Color spaces of #58aeae

RGB 88174174
HSL0.500.350.51
HSV180°49°68°
CMYK 0.490.000.00   0.32
XYZ26.800535.402845.4653
Yxy35.40280.24890.3288
Hunter Lab59.5003-23.7243-3.6545
CIE-Lab66.0611-25.8391-8.0024

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101110 10101110
Octal 130 256 256
Decimal 88 174 174
Hex 58 AE AE

RGB Percentages of Color #58aeae

%20.18
%39.91
%39.91

CMYK Percentages of Color #58aeae

%49
%0
%0
%32

Triadic Colors of #58aeae

#58aeae #ae58ae #aeae58

Analogous Colors of #58aeae

#58aeae #5883ae #58ae83

Monochromatic Colors of #58aeae

#58aeae

Complementary Color

#58aeae #ae5858

#58aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aeae Color CSS Codes

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

#58aeae Text Font Color

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

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


#58aeae Background Color

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

This div background color is #58aeae


#58aeae Border Color

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

This div border color is #58aeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aeae


Comments

No comments written yet.

Please login to write comment.