Color Hex Logo

#01fdac Color Hex

#01FDAC
(1,253,172)
0 Favorites   0 Comments

Color spaces of #01fdac

RGB 1253172
HSL0.450.990.50
HSV161°100°99°
CMYK 1.000.000.32   0.01
XYZ42.584273.235650.9212
Yxy73.23560.25540.4392
Hunter Lab85.5778-60.938124.6252
CIE-Lab88.5600-68.093825.0337

#01fdac color RGB value is (1,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111101 10101100
Octal 1 375 254
Decimal 1 253 172
Hex 1 FD AC

RGB Percentages of Color #01fdac

%0.23
%59.39
%40.38

CMYK Percentages of Color #01fdac

%100
%0
%32
%1

Triadic Colors of #01fdac

#01fdac #ac01fd #fdac01

Analogous Colors of #01fdac

#01fdac #01d0fd #01fd2e

Monochromatic Colors of #01fdac

#01fdac

Complementary Color

#01fdac #fd0152

#01fdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fdac Color CSS Codes

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

#01fdac Text Font Color

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

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


#01fdac Background Color

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

This div background color is #01fdac


#01fdac Border Color

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

This div border color is #01fdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fdac


Comments

No comments written yet.

Please login to write comment.