Color Hex Logo

#58fedf Color Hex

#58FEDF
(88,254,223)
0 Favorites   0 Comments

Color spaces of #58fedf

RGB 88254223
HSL0.470.990.67
HSV169°65°100°
CMYK 0.650.000.12   0.00
XYZ52.785678.286082.1407
Yxy78.28600.24760.3672
Hunter Lab88.4794-48.34826.8931
CIE-Lab90.9103-49.83222.2618

#58fedf color RGB value is (88,254,223).

#58fedf hex color red value is 88, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #58fedf hue: 0.47 , saturation: 0.99 and the lightness value of 58fedf is 0.67.

The process color (four color CMYK) of #58fedf color hex is 0.65, 0.00, 0.12, 0.00. Web safe color of #58fedf is #66ffcc. Color #58fedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111110 11011111
Octal 130 376 337
Decimal 88 254 223
Hex 58 FE DF

RGB Percentages of Color #58fedf

%15.58
%44.96
%39.47

CMYK Percentages of Color #58fedf

%65
%0
%12
%0

Triadic Colors of #58fedf

#58fedf #df58fe #fedf58

Analogous Colors of #58fedf

#58fedf #58cafe #58fe8c

Monochromatic Colors of #58fedf

#58fedf

Complementary Color

#58fedf #fe5877

#58fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58fedf Color CSS Codes

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

#58fedf Text Font Color

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

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


#58fedf Background Color

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

This div background color is #58fedf


#58fedf Border Color

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

This div border color is #58fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58fedf


Comments

No comments written yet.

Please login to write comment.