Color Hex Logo

#01bafb Color Hex

#01BAFB
(1,186,251)
0 Favorites   0 Comments

Color spaces of #01bafb

RGB 1186251
HSL0.540.990.49
HSV196°100°98°
CMYK 1.000.260.00   0.02
XYZ34.984042.089397.5470
Yxy42.08930.20030.2410
Hunter Lab64.8763-17.2788-43.7342
CIE-Lab70.9324-16.3811-42.9198

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

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

The process color (four color CMYK) of #01bafb color hex is 1.00, 0.26, 0.00, 0.02. Web safe color of #01bafb is #00ccff. Color #01bafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111010 11111011
Octal 1 272 373
Decimal 1 186 251
Hex 1 BA FB

RGB Percentages of Color #01bafb

%0.23
%42.47
%57.31

CMYK Percentages of Color #01bafb

%100
%26
%0
%2

Triadic Colors of #01bafb

#01bafb #fb01ba #bafb01

Analogous Colors of #01bafb

#01bafb #013dfb #01fbbf

Monochromatic Colors of #01bafb

#01bafb

Complementary Color

#01bafb #fb4201

#01bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bafb Color CSS Codes

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

#01bafb Text Font Color

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

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


#01bafb Background Color

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

This div background color is #01bafb


#01bafb Border Color

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

This div border color is #01bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bafb


Comments

No comments written yet.

Please login to write comment.