Color Hex Logo

#01bafd Color Hex

#01BAFD
(1,186,253)
0 Favorites   0 Comments

Color spaces of #01bafd

RGB 1186253
HSL0.540.990.50
HSV196°100°99°
CMYK 1.000.260.00   0.01
XYZ35.301042.216199.2165
Yxy42.21610.19970.2389
Hunter Lab64.9739-16.7235-45.0553
CIE-Lab71.0197-15.6780-43.8632

#01bafd color RGB value is (1,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111010 11111101
Octal 1 272 375
Decimal 1 186 253
Hex 1 BA FD

RGB Percentages of Color #01bafd

%0.23
%42.27
%57.50

CMYK Percentages of Color #01bafd

%100
%26
%0
%1

Triadic Colors of #01bafd

#01bafd #fd01ba #bafd01

Analogous Colors of #01bafd

#01bafd #013cfd #01fdc2

Monochromatic Colors of #01bafd

#01bafd

Complementary Color

#01bafd #fd4401

#01bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bafd Color CSS Codes

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

#01bafd Text Font Color

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

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


#01bafd Background Color

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

This div background color is #01bafd


#01bafd Border Color

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

This div border color is #01bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bafd

Related Colors


Comments

No comments written yet.

Please login to write comment.