Color Hex Logo

#58e948 Color Hex

#58E948
(88,233,72)
0 Favorites   0 Comments

Color spaces of #58e948

RGB 8823372
HSL0.320.790.60
HSV114°69°91°
CMYK 0.620.000.69   0.09
XYZ34.333160.820416.0609
Yxy60.82040.30870.5469
Hunter Lab77.9874-57.895442.3809
CIE-Lab82.2821-67.538363.7783

#58e948 color RGB value is (88,233,72).

#58e948 hex color red value is 88, green value is 233 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #58e948 hue: 0.32 , saturation: 0.79 and the lightness value of 58e948 is 0.60.

The process color (four color CMYK) of #58e948 color hex is 0.62, 0.00, 0.69, 0.09. Web safe color of #58e948 is #66ff33. Color #58e948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101001 01001000
Octal 130 351 110
Decimal 88 233 72
Hex 58 E9 48

RGB Percentages of Color #58e948

%22.39
%59.29
%18.32

CMYK Percentages of Color #58e948

%62
%0
%69
%9

Triadic Colors of #58e948

#58e948 #4858e9 #e94858

Analogous Colors of #58e948

#58e948 #48e989 #a9e948

Monochromatic Colors of #58e948

#58e948

Complementary Color

#58e948 #d948e9

#58e948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58e948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58e948 Color CSS Codes

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

#58e948 Text Font Color

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

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


#58e948 Background Color

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

This div background color is #58e948


#58e948 Border Color

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

This div border color is #58e948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58e948


Comments

No comments written yet.

Please login to write comment.