Color Hex Logo

#58ddaf Color Hex

#58DDAF
(88,221,175)
0 Favorites   0 Comments

Color spaces of #58ddaf

RGB 88221175
HSL0.440.660.61
HSV159°60°87°
CMYK 0.600.000.21   0.13
XYZ37.618856.882849.5542
Yxy56.88280.26110.3949
Hunter Lab75.4207-42.952913.8387
CIE-Lab80.1136-47.176311.8729

#58ddaf color RGB value is (88,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011101 10101111
Octal 130 335 257
Decimal 88 221 175
Hex 58 DD AF

RGB Percentages of Color #58ddaf

%18.18
%45.66
%36.16

CMYK Percentages of Color #58ddaf

%60
%0
%21
%13

Triadic Colors of #58ddaf

#58ddaf #af58dd #ddaf58

Analogous Colors of #58ddaf

#58ddaf #58c9dd #58dd6d

Monochromatic Colors of #58ddaf

#58ddaf

Complementary Color

#58ddaf #dd5886

#58ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ddaf Color CSS Codes

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

#58ddaf Text Font Color

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

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


#58ddaf Background Color

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

This div background color is #58ddaf


#58ddaf Border Color

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

This div border color is #58ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ddaf


Comments

No comments written yet.

Please login to write comment.