Color Hex Logo

#58adaa Color Hex

#58ADAA
(88,173,170)
0 Favorites   0 Comments

Color spaces of #58adaa

RGB 88173170
HSL0.490.340.51
HSV178°49°68°
CMYK 0.490.000.02   0.32
XYZ26.223834.864143.3775
Yxy34.86410.25100.3337
Hunter Lab59.0458-24.0537-2.2248
CIE-Lab65.6427-26.4047-6.3995

#58adaa color RGB value is (88,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101101 10101010
Octal 130 255 252
Decimal 88 173 170
Hex 58 AD AA

RGB Percentages of Color #58adaa

%20.42
%40.14
%39.44

CMYK Percentages of Color #58adaa

%49
%0
%2
%32

Triadic Colors of #58adaa

#58adaa #aa58ad #adaa58

Analogous Colors of #58adaa

#58adaa #5886ad #58ad80

Monochromatic Colors of #58adaa

#58adaa

Complementary Color

#58adaa #ad585b

#58adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#58adaa Color CSS Codes

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

#58adaa Text Font Color

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

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


#58adaa Background Color

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

This div background color is #58adaa


#58adaa Border Color

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

This div border color is #58adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58adaa


Comments

No comments written yet.

Please login to write comment.