Color Hex Logo

#01facb Color Hex

#01FACB
(1,250,203)
0 Favorites   0 Comments

Color spaces of #01facb

RGB 1250203
HSL0.470.990.49
HSV169°100°98°
CMYK 1.000.000.19   0.02
XYZ44.977672.689568.1598
Yxy72.68950.24200.3912
Hunter Lab85.2581-55.034812.2812
CIE-Lab88.2994-59.93338.7386

#01facb color RGB value is (1,250,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111010 11001011
Octal 1 372 313
Decimal 1 250 203
Hex 1 FA CB

RGB Percentages of Color #01facb

%0.22
%55.07
%44.71

CMYK Percentages of Color #01facb

%100
%0
%19
%2

Triadic Colors of #01facb

#01facb #cb01fa #facb01

Analogous Colors of #01facb

#01facb #01adfa #01fa4f

Monochromatic Colors of #01facb

#01facb

Complementary Color

#01facb #fa0130

#01facb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01facb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01facb Color CSS Codes

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

#01facb Text Font Color

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

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


#01facb Background Color

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

This div background color is #01facb


#01facb Border Color

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

This div border color is #01facb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01facb


Comments

No comments written yet.

Please login to write comment.