Color Hex Logo

#01bcfa Color Hex

#01BCFA
(1,188,250)
0 Favorites   0 Comments

Color spaces of #01bcfa

RGB 1188250
HSL0.540.990.49
HSV195°100°98°
CMYK 1.000.250.00   0.02
XYZ35.251142.875096.8603
Yxy42.87500.20150.2450
Hunter Lab65.4790-18.4915-41.8699
CIE-Lab71.4700-17.7888-41.5394

#01bcfa color RGB value is (1,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111100 11111010
Octal 1 274 372
Decimal 1 188 250
Hex 1 BC FA

RGB Percentages of Color #01bcfa

%0.23
%42.82
%56.95

CMYK Percentages of Color #01bcfa

%100
%25
%0
%2

Triadic Colors of #01bcfa

#01bcfa #fa01bc #bcfa01

Analogous Colors of #01bcfa

#01bcfa #0140fa #01fabc

Monochromatic Colors of #01bcfa

#01bcfa

Complementary Color

#01bcfa #fa3f01

#01bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bcfa Color CSS Codes

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

#01bcfa Text Font Color

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

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


#01bcfa Background Color

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

This div background color is #01bcfa


#01bcfa Border Color

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

This div border color is #01bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bcfa


Comments

No comments written yet.

Please login to write comment.