Color Hex Logo

#58e27d Color Hex

#58E27D
(88,226,125)
0 Favorites   0 Comments

Color spaces of #58e27d

RGB 88226125
HSL0.380.700.62
HSV136°61°89°
CMYK 0.610.000.45   0.11
XYZ34.922557.948128.7465
Yxy57.94810.28720.4765
Hunter Lab76.1236-51.327730.8969
CIE-Lab80.7099-58.735638.4378

#58e27d color RGB value is (88,226,125).

#58e27d hex color red value is 88, green value is 226 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #58e27d hue: 0.38 , saturation: 0.70 and the lightness value of 58e27d is 0.62.

The process color (four color CMYK) of #58e27d color hex is 0.61, 0.00, 0.45, 0.11. Web safe color of #58e27d is #66cc66. Color #58e27d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11100010 01111101
Octal 130 342 175
Decimal 88 226 125
Hex 58 E2 7D

RGB Percentages of Color #58e27d

%20.05
%51.48
%28.47

CMYK Percentages of Color #58e27d

%61
%0
%45
%11

Triadic Colors of #58e27d

#58e27d #7d58e2 #e27d58

Analogous Colors of #58e27d

#58e27d #58e2c2 #78e258

Monochromatic Colors of #58e27d

#58e27d

Complementary Color

#58e27d #e258bd

#58e27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58e27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58e27d Color CSS Codes

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

#58e27d Text Font Color

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

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


#58e27d Background Color

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

This div background color is #58e27d


#58e27d Border Color

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

This div border color is #58e27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58e27d


Comments

No comments written yet.

Please login to write comment.