Color Hex Logo

#58fdac Color Hex

#58FDAC
(88,253,172)
0 Favorites   0 Comments

Color spaces of #58fdac

RGB 88253172
HSL0.420.980.67
HSV151°65°99°
CMYK 0.650.000.32   0.01
XYZ46.596275.303851.1089
Yxy75.30380.26930.4353
Hunter Lab86.7778-56.013725.8248
CIE-Lab89.5351-60.640626.5245

#58fdac color RGB value is (88,253,172).

#58fdac hex color red value is 88, green value is 253 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #58fdac hue: 0.42 , saturation: 0.98 and the lightness value of 58fdac is 0.67.

The process color (four color CMYK) of #58fdac color hex is 0.65, 0.00, 0.32, 0.01. Web safe color of #58fdac is #66ff99. Color #58fdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111101 10101100
Octal 130 375 254
Decimal 88 253 172
Hex 58 FD AC

RGB Percentages of Color #58fdac

%17.15
%49.32
%33.53

CMYK Percentages of Color #58fdac

%65
%0
%32
%1

Triadic Colors of #58fdac

#58fdac #ac58fd #fdac58

Analogous Colors of #58fdac

#58fdac #58fcfd #58fd5a

Monochromatic Colors of #58fdac

#58fdac

Complementary Color

#58fdac #fd58a9

#58fdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58fdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#58fdac Color CSS Codes

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

#58fdac Text Font Color

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

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


#58fdac Background Color

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

This div background color is #58fdac


#58fdac Border Color

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

This div border color is #58fdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58fdac


Comments

No comments written yet.

Please login to write comment.