Color Hex Logo

#58fedc Color Hex

#58FEDC
(88,254,220)
0 Favorites   0 Comments

Color spaces of #58fedc

RGB 88254220
HSL0.470.990.67
HSV168°65°100°
CMYK 0.650.000.13   0.00
XYZ52.384678.125680.0289
Yxy78.12560.24880.3711
Hunter Lab88.3887-48.89018.1897
CIE-Lab90.8372-50.56063.7096

#58fedc color RGB value is (88,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111110 11011100
Octal 130 376 334
Decimal 88 254 220
Hex 58 FE DC

RGB Percentages of Color #58fedc

%15.66
%45.20
%39.15

CMYK Percentages of Color #58fedc

%65
%0
%13
%0

Triadic Colors of #58fedc

#58fedc #dc58fe #fedc58

Analogous Colors of #58fedc

#58fedc #58cdfe #58fe89

Monochromatic Colors of #58fedc

#58fedc

Complementary Color

#58fedc #fe587a

#58fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58fedc Color CSS Codes

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

#58fedc Text Font Color

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

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


#58fedc Background Color

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

This div background color is #58fedc


#58fedc Border Color

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

This div border color is #58fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58fedc

Related Colors


Comments

No comments written yet.

Please login to write comment.