Color Hex Logo

#01fadb Color Hex

#01FADB
(1,250,219)
0 Favorites   0 Comments

Color spaces of #01fadb

RGB 1250219
HSL0.480.990.49
HSV173°100°98°
CMYK 1.000.000.12   0.02
XYZ46.984373.492178.7269
Yxy73.49210.23590.3689
Hunter Lab85.7275-52.19355.5610
CIE-Lab88.6819-55.87140.9778

#01fadb color RGB value is (1,250,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111010 11011011
Octal 1 372 333
Decimal 1 250 219
Hex 1 FA DB

RGB Percentages of Color #01fadb

%0.21
%53.19
%46.60

CMYK Percentages of Color #01fadb

%100
%0
%12
%2

Triadic Colors of #01fadb

#01fadb #db01fa #fadb01

Analogous Colors of #01fadb

#01fadb #019dfa #01fa5f

Monochromatic Colors of #01fadb

#01fadb

Complementary Color

#01fadb #fa0120

#01fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fadb Color CSS Codes

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

#01fadb Text Font Color

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

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


#01fadb Background Color

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

This div background color is #01fadb


#01fadb Border Color

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

This div border color is #01fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fadb


Comments

No comments written yet.

Please login to write comment.