Color Hex Logo

#58adaf Color Hex

#58ADAF
(88,173,175)
0 Favorites   0 Comments

Color spaces of #58adaf

RGB 88173175
HSL0.500.350.52
HSV181°50°69°
CMYK 0.500.010.00   0.31
XYZ26.705935.057045.9166
Yxy35.05700.24800.3256
Hunter Lab59.2090-23.1041-4.5332
CIE-Lab65.7930-25.0700-8.9575

#58adaf color RGB value is (88,173,175).

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

The process color (four color CMYK) of #58adaf color hex is 0.50, 0.01, 0.00, 0.31. Web safe color of #58adaf is #669999. Color #58adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101101 10101111
Octal 130 255 257
Decimal 88 173 175
Hex 58 AD AF

RGB Percentages of Color #58adaf

%20.18
%39.68
%40.14

CMYK Percentages of Color #58adaf

%50
%1
%0
%31

Triadic Colors of #58adaf

#58adaf #af58ad #adaf58

Analogous Colors of #58adaf

#58adaf #5882af #58af86

Monochromatic Colors of #58adaf

#58adaf

Complementary Color

#58adaf #af5a58

#58adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58adaf Color CSS Codes

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

#58adaf Text Font Color

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

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


#58adaf Background Color

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

This div background color is #58adaf


#58adaf Border Color

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

This div border color is #58adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58adaf


Comments

No comments written yet.

Please login to write comment.