Color Hex Logo

#58dfac Color Hex

#58DFAC
(88,223,172)
0 Favorites   0 Comments

Color spaces of #58dfac

RGB 88223172
HSL0.440.680.61
HSV157°61°87°
CMYK 0.610.000.23   0.13
XYZ37.858657.828648.1964
Yxy57.82860.26310.4019
Hunter Lab76.0451-44.213815.6544
CIE-Lab80.6434-48.681414.2044

#58dfac color RGB value is (88,223,172).

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

The process color (four color CMYK) of #58dfac color hex is 0.61, 0.00, 0.23, 0.13. Web safe color of #58dfac is #66cc99. Color #58dfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011111 10101100
Octal 130 337 254
Decimal 88 223 172
Hex 58 DF AC

RGB Percentages of Color #58dfac

%18.22
%46.17
%35.61

CMYK Percentages of Color #58dfac

%61
%0
%23
%13

Triadic Colors of #58dfac

#58dfac #ac58df #dfac58

Analogous Colors of #58dfac

#58dfac #58cfdf #58df69

Monochromatic Colors of #58dfac

#58dfac

Complementary Color

#58dfac #df588b

#58dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dfac Color CSS Codes

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

#58dfac Text Font Color

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

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


#58dfac Background Color

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

This div background color is #58dfac


#58dfac Border Color

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

This div border color is #58dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dfac


Comments

No comments written yet.

Please login to write comment.