Color Hex Logo

#58feed Color Hex

#58FEED
(88,254,237)
0 Favorites   0 Comments

Color spaces of #58feed

RGB 88254237
HSL0.480.990.67
HSV174°65°100°
CMYK 0.650.000.07   0.00
XYZ54.752479.072892.4976
Yxy79.07280.24190.3494
Hunter Lab88.9229-45.70740.5726
CIE-Lab91.2672-46.3285-4.4740

#58feed color RGB value is (88,254,237).

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

The process color (four color CMYK) of #58feed color hex is 0.65, 0.00, 0.07, 0.00. Web safe color of #58feed is #66ffff. Color #58feed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111110 11101101
Octal 130 376 355
Decimal 88 254 237
Hex 58 FE ED

RGB Percentages of Color #58feed

%15.20
%43.87
%40.93

CMYK Percentages of Color #58feed

%65
%0
%7
%0

Triadic Colors of #58feed

#58feed #ed58fe #feed58

Analogous Colors of #58feed

#58feed #58bcfe #58fe9a

Monochromatic Colors of #58feed

#58feed

Complementary Color

#58feed #fe5869

#58feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#58feed Color CSS Codes

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

#58feed Text Font Color

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

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


#58feed Background Color

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

This div background color is #58feed


#58feed Border Color

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

This div border color is #58feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58feed

Related Colors


Comments

No comments written yet.

Please login to write comment.