Color Hex Logo

#01fdaa Color Hex

#01FDAA
(1,253,170)
0 Favorites   0 Comments

Color spaces of #01fdaa

RGB 1253170
HSL0.450.990.50
HSV160°100°99°
CMYK 1.000.000.33   0.01
XYZ42.393573.159349.9170
Yxy73.15930.25620.4421
Hunter Lab85.5332-61.211825.2717
CIE-Lab88.5236-68.509225.9983

#01fdaa color RGB value is (1,253,170).

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

The process color (four color CMYK) of #01fdaa color hex is 1.00, 0.00, 0.33, 0.01. Web safe color of #01fdaa is #00ff99. Color #01fdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111101 10101010
Octal 1 375 252
Decimal 1 253 170
Hex 1 FD AA

RGB Percentages of Color #01fdaa

%0.24
%59.67
%40.09

CMYK Percentages of Color #01fdaa

%100
%0
%33
%1

Triadic Colors of #01fdaa

#01fdaa #aa01fd #fdaa01

Analogous Colors of #01fdaa

#01fdaa #01d2fd #01fd2c

Monochromatic Colors of #01fdaa

#01fdaa

Complementary Color

#01fdaa #fd0154

#01fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fdaa Color CSS Codes

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

#01fdaa Text Font Color

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

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


#01fdaa Background Color

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

This div background color is #01fdaa


#01fdaa Border Color

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

This div border color is #01fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.