Color Hex Logo

#58dbac Color Hex

#58DBAC
(88,219,172)
0 Favorites   0 Comments

Color spaces of #58dbac

RGB 88219172
HSL0.440.650.60
HSV158°60°86°
CMYK 0.600.000.21   0.14
XYZ36.802455.716347.8444
Yxy55.71630.26220.3969
Hunter Lab74.6434-42.617614.2470
CIE-Lab79.4521-46.999912.5224

#58dbac color RGB value is (88,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011011 10101100
Octal 130 333 254
Decimal 88 219 172
Hex 58 DB AC

RGB Percentages of Color #58dbac

%18.37
%45.72
%35.91

CMYK Percentages of Color #58dbac

%60
%0
%21
%14

Triadic Colors of #58dbac

#58dbac #ac58db #dbac58

Analogous Colors of #58dbac

#58dbac #58c9db #58db6b

Monochromatic Colors of #58dbac

#58dbac

Complementary Color

#58dbac #db5887

#58dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dbac Color CSS Codes

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

#58dbac Text Font Color

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

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


#58dbac Background Color

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

This div background color is #58dbac


#58dbac Border Color

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

This div border color is #58dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dbac


Comments

No comments written yet.

Please login to write comment.