color codes Logo

#01da7e color codes

#01DA7E
(1,218,126)
0 Favorites   0 Comments

Color spaces of #01da7e

RGB 1218126
HSL0.430.990.43
HSV155°100°85°
CMYK 1.000.000.42   0.15
XYZ28.849851.655628.1887
Yxy51.65560.26540.4752
Hunter Lab71.8718-54.124727.0563
CIE-Lab77.0744-65.158133.0050

#01da7e color RGB value is (1,218,126).

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

The process color (four color CMYK) of #01da7e color code is 1.00, 0.00, 0.42, 0.15. Web safe color of #01da7e is #00cc66. Color #01da7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011010 01111110
Octal 1 332 176
Decimal 1 218 126
Hex 1 DA 7E

RGB Percentages of Color #01da7e

%0.29
%63.19
%36.52

CMYK Percentages of Color #01da7e

%100
%0
%42
%15

Triadic Colors of #01da7e

#01da7e #7e01da #da7e01

Analogous Colors of #01da7e

#01da7e #01cada #01da12

Monochromatic Colors of #01da7e

#01da7e

Complementary Color

#01da7e #da015d

#01da7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01da7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01da7e Color CSS Codes

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

#01da7e Text Font Color

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

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


#01da7e Background Color

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

This div background color is #01da7e


#01da7e Border Color

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

This div border color is #01da7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01da7e


Comments

No comments written yet.

Please login to write comment.