Color Hex Logo

#01abfb Color Hex

#01ABFB
(1,171,251)
0 Favorites   0 Comments

Color spaces of #01abfb

RGB 1171251
HSL0.550.990.49
HSV199°100°98°
CMYK 1.000.320.00   0.02
XYZ31.988036.097396.5483
Yxy36.09730.19430.2193
Hunter Lab60.0810-10.1058-53.2204
CIE-Lab66.5942-8.2175-49.7393

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

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

The process color (four color CMYK) of #01abfb color hex is 1.00, 0.32, 0.00, 0.02. Web safe color of #01abfb is #0099ff. Color #01abfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101011 11111011
Octal 1 253 373
Decimal 1 171 251
Hex 1 AB FB

RGB Percentages of Color #01abfb

%0.24
%40.43
%59.34

CMYK Percentages of Color #01abfb

%100
%32
%0
%2

Triadic Colors of #01abfb

#01abfb #fb01ab #abfb01

Analogous Colors of #01abfb

#01abfb #012efb #01fbce

Monochromatic Colors of #01abfb

#01abfb

Complementary Color

#01abfb #fb5101

#01abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01abfb Color CSS Codes

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

#01abfb Text Font Color

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

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


#01abfb Background Color

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

This div background color is #01abfb


#01abfb Border Color

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

This div border color is #01abfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,171,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 #01abfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01abfb

Related Colors


Comments

No comments written yet.

Please login to write comment.