Color Hex Logo

#00e058 Color Hex

#00E058
(0,224,88)
0 Favorites   0 Comments

Color spaces of #00e058

RGB 022488
HSL0.401.000.44
HSV144°100°88°
CMYK 1.000.000.61   0.12
XYZ28.417154.015918.1609
Yxy54.01590.28250.5370
Hunter Lab73.4955-59.600036.7962
CIE-Lab78.4710-72.866152.7890

#00e058 color RGB value is (0,224,88).

#00e058 hex color red value is 0, green value is 224 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #00e058 hue: 0.40 , saturation: 1.00 and the lightness value of 00e058 is 0.44.

The process color (four color CMYK) of #00e058 color hex is 1.00, 0.00, 0.61, 0.12. Web safe color of #00e058 is #00cc66. Color #00e058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11100000 01011000
Octal 0 340 130
Decimal 0 224 88
Hex 0 E0 58

RGB Percentages of Color #00e058

%0.00
%71.79
%28.21

CMYK Percentages of Color #00e058

%100
%0
%61
%12

Triadic Colors of #00e058

#00e058 #5800e0 #e05800

Analogous Colors of #00e058

#00e058 #00e0c8 #18e000

Monochromatic Colors of #00e058

#00e058

Complementary Color

#00e058 #e00088

#00e058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00e058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00e058 Color CSS Codes

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

#00e058 Text Font Color

<p style="color:#00e058">Text here</p>

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


#00e058 Background Color

<div style="background-color:#00e058">
Div content here</div>

This div background color is #00e058


#00e058 Border Color

<div style="border:3px solid #00e058">
Div here</div>

This div border color is #00e058


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,224,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00e058; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00e058;
  -webkit-box-shadow: 1px 1px 3px 2px #00e058;
  box-shadow:         1px 1px 3px 2px #00e058; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00e058


Comments

No comments written yet.

Please login to write comment.