Color Hex Logo

#58dbaf Color Hex

#58DBAF
(88,219,175)
0 Favorites   0 Comments

Color spaces of #58dbaf

RGB 88219175
HSL0.440.650.60
HSV160°60°86°
CMYK 0.600.000.20   0.14
XYZ37.093955.832949.3792
Yxy55.83290.26070.3923
Hunter Lab74.7214-42.149813.1235
CIE-Lab79.5186-46.327011.0283

#58dbaf color RGB value is (88,219,175).

#58dbaf hex color red value is 88, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #58dbaf hue: 0.44 , saturation: 0.65 and the lightness value of 58dbaf is 0.60.

The process color (four color CMYK) of #58dbaf color hex is 0.60, 0.00, 0.20, 0.14. Web safe color of #58dbaf is #66cc99. Color #58dbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011011 10101111
Octal 130 333 257
Decimal 88 219 175
Hex 58 DB AF

RGB Percentages of Color #58dbaf

%18.26
%45.44
%36.31

CMYK Percentages of Color #58dbaf

%60
%0
%20
%14

Triadic Colors of #58dbaf

#58dbaf #af58db #dbaf58

Analogous Colors of #58dbaf

#58dbaf #58c6db #58db6e

Monochromatic Colors of #58dbaf

#58dbaf

Complementary Color

#58dbaf #db5884

#58dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dbaf Color CSS Codes

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

#58dbaf Text Font Color

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

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


#58dbaf Background Color

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

This div background color is #58dbaf


#58dbaf Border Color

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

This div border color is #58dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dbaf


Comments

No comments written yet.

Please login to write comment.