Color Hex Logo

#01df5a Color Hex

#01DF5A
(1,223,90)
0 Favorites   0 Comments

Color spaces of #01df5a

RGB 122390
HSL0.400.990.44
HSV144°100°87°
CMYK 1.000.000.60   0.13
XYZ28.245753.520018.5146
Yxy53.52000.28170.5337
Hunter Lab73.1574-59.107436.2051
CIE-Lab78.1810-72.289751.5789

#01df5a color RGB value is (1,223,90).

#01df5a hex color red value is 1, green value is 223 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #01df5a hue: 0.40 , saturation: 0.99 and the lightness value of 01df5a is 0.44.

The process color (four color CMYK) of #01df5a color hex is 1.00, 0.00, 0.60, 0.13. Web safe color of #01df5a is #00cc66. Color #01df5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011111 01011010
Octal 1 337 132
Decimal 1 223 90
Hex 1 DF 5A

RGB Percentages of Color #01df5a

%0.32
%71.02
%28.66

CMYK Percentages of Color #01df5a

%100
%0
%60
%13

Triadic Colors of #01df5a

#01df5a #5a01df #df5a01

Analogous Colors of #01df5a

#01df5a #01dfc9 #17df01

Monochromatic Colors of #01df5a

#01df5a

Complementary Color

#01df5a #df0186

#01df5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01df5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01df5a Color CSS Codes

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

#01df5a Text Font Color

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

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


#01df5a Background Color

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

This div background color is #01df5a


#01df5a Border Color

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

This div border color is #01df5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01df5a


Comments

No comments written yet.

Please login to write comment.