Color Hex Logo

#01df8a Color Hex

#01DF8A
(1,223,138)
0 Favorites   0 Comments

Color spaces of #01df8a

RGB 1223138
HSL0.440.990.44
HSV157°100°87°
CMYK 1.000.000.38   0.13
XYZ30.987654.616832.9536
Yxy54.61680.26140.4607
Hunter Lab73.9032-54.485525.2947
CIE-Lab78.8200-64.579129.2029

#01df8a color RGB value is (1,223,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011111 10001010
Octal 1 337 212
Decimal 1 223 138
Hex 1 DF 8A

RGB Percentages of Color #01df8a

%0.28
%61.60
%38.12

CMYK Percentages of Color #01df8a

%100
%0
%38
%13

Triadic Colors of #01df8a

#01df8a #8a01df #df8a01

Analogous Colors of #01df8a

#01df8a #01c5df #01df1b

Monochromatic Colors of #01df8a

#01df8a

Complementary Color

#01df8a #df0156

#01df8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01df8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01df8a Color CSS Codes

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

#01df8a Text Font Color

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

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


#01df8a Background Color

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

This div background color is #01df8a


#01df8a Border Color

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

This div border color is #01df8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01df8a


Comments

No comments written yet.

Please login to write comment.