Color Hex Logo

#01e582 Color Hex

#01E582
(1,229,130)
0 Favorites   0 Comments

Color spaces of #01e582

RGB 1229130
HSL0.430.990.45
HSV154°100°90°
CMYK 1.000.000.43   0.10
XYZ32.061157.656830.5582
Yxy57.65680.26660.4794
Hunter Lab75.9321-57.512429.2917
CIE-Lab80.5476-68.096835.5173

#01e582 color RGB value is (1,229,130).

#01e582 hex color red value is 1, green value is 229 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #01e582 hue: 0.43 , saturation: 0.99 and the lightness value of 01e582 is 0.45.

The process color (four color CMYK) of #01e582 color hex is 1.00, 0.00, 0.43, 0.10. Web safe color of #01e582 is #00cc99. Color #01e582 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11100101 10000010
Octal 1 345 202
Decimal 1 229 130
Hex 1 E5 82

RGB Percentages of Color #01e582

%0.28
%63.61
%36.11

CMYK Percentages of Color #01e582

%100
%0
%43
%10

Triadic Colors of #01e582

#01e582 #8201e5 #e58201

Analogous Colors of #01e582

#01e582 #01d6e5 #01e510

Monochromatic Colors of #01e582

#01e582

Complementary Color

#01e582 #e50164

#01e582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01e582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01e582 Color CSS Codes

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

#01e582 Text Font Color

<p style="color:#01e582">Text here</p>

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


#01e582 Background Color

<div style="background-color:#01e582">
Div content here</div>

This div background color is #01e582


#01e582 Border Color

<div style="border:3px solid #01e582">
Div here</div>

This div border color is #01e582


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,229,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01e582; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01e582;
  -webkit-box-shadow: 1px 1px 3px 2px #01e582;
  box-shadow:         1px 1px 3px 2px #01e582; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,229,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01e582


Comments

No comments written yet.

Please login to write comment.