Color Hex Logo

#01fad0 Color Hex

#01FAD0
(1,250,208)
0 Favorites   0 Comments

Color spaces of #01fad0

RGB 1250208
HSL0.470.990.49
HSV170°100°98°
CMYK 1.000.000.17   0.02
XYZ45.583372.931771.3493
Yxy72.93170.24010.3841
Hunter Lab85.4001-54.173610.2449
CIE-Lab88.4151-58.69086.3101

#01fad0 color RGB value is (1,250,208).

#01fad0 hex color red value is 1, green value is 250 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #01fad0 hue: 0.47 , saturation: 0.99 and the lightness value of 01fad0 is 0.49.

The process color (four color CMYK) of #01fad0 color hex is 1.00, 0.00, 0.17, 0.02. Web safe color of #01fad0 is #00ffcc. Color #01fad0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111010 11010000
Octal 1 372 320
Decimal 1 250 208
Hex 1 FA D0

RGB Percentages of Color #01fad0

%0.22
%54.47
%45.32

CMYK Percentages of Color #01fad0

%100
%0
%17
%2

Triadic Colors of #01fad0

#01fad0 #d001fa #fad001

Analogous Colors of #01fad0

#01fad0 #01a8fa #01fa54

Monochromatic Colors of #01fad0

#01fad0

Complementary Color

#01fad0 #fa012b

#01fad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fad0 Color CSS Codes

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

#01fad0 Text Font Color

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

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


#01fad0 Background Color

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

This div background color is #01fad0


#01fad0 Border Color

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

This div border color is #01fad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fad0


Comments

No comments written yet.

Please login to write comment.