Color Hex Logo

#01fbfb Color Hex

#01FBFB
(1,251,251)
0 Favorites   0 Comments

Color spaces of #01fbfb

RGB 1251251
HSL0.500.990.49
HSV180°100°98°
CMYK 1.000.000.00   0.02
XYZ51.922375.9658103.1931
Yxy75.96580.22470.3287
Hunter Lab87.1584-46.1905-9.1869
CIE-Lab89.8435-47.4868-13.9650

#01fbfb color RGB value is (1,251,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111011 11111011
Octal 1 373 373
Decimal 1 251 251
Hex 1 FB FB

RGB Percentages of Color #01fbfb

%0.20
%49.90
%49.90

CMYK Percentages of Color #01fbfb

%100
%0
%0
%2

Triadic Colors of #01fbfb

#01fbfb #fb01fb #fbfb01

Analogous Colors of #01fbfb

#01fbfb #017efb #01fb7e

Monochromatic Colors of #01fbfb

#01fbfb

Complementary Color

#01fbfb #fb0101

#01fbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fbfb Color CSS Codes

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

#01fbfb Text Font Color

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

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


#01fbfb Background Color

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

This div background color is #01fbfb


#01fbfb Border Color

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

This div border color is #01fbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fbfb

Related Colors

#01fbfb Color Palettes


Comments

No comments written yet.

Please login to write comment.