Color Hex Logo

#58dfad Color Hex

#58DFAD
(88,223,173)
0 Favorites   0 Comments

Color spaces of #58dfad

RGB 88223173
HSL0.440.680.61
HSV158°61°87°
CMYK 0.610.000.22   0.13
XYZ37.955057.867248.7042
Yxy57.86720.26260.4004
Hunter Lab76.0705-44.061715.2889
CIE-Lab80.6649-48.462113.7080

#58dfad color RGB value is (88,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011111 10101101
Octal 130 337 255
Decimal 88 223 173
Hex 58 DF AD

RGB Percentages of Color #58dfad

%18.18
%46.07
%35.74

CMYK Percentages of Color #58dfad

%61
%0
%22
%13

Triadic Colors of #58dfad

#58dfad #ad58df #dfad58

Analogous Colors of #58dfad

#58dfad #58cedf #58df6a

Monochromatic Colors of #58dfad

#58dfad

Complementary Color

#58dfad #df588a

#58dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dfad Color CSS Codes

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

#58dfad Text Font Color

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

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


#58dfad Background Color

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

This div background color is #58dfad


#58dfad Border Color

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

This div border color is #58dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dfad


Comments

No comments written yet.

Please login to write comment.