Color Hex Logo

#01acfb Color Hex

#01ACFB
(1,172,251)
0 Favorites   0 Comments

Color spaces of #01acfb

RGB 1172251
HSL0.550.990.49
HSV199°100°98°
CMYK 1.000.310.00   0.02
XYZ32.177636.476596.6115
Yxy36.47650.19470.2207
Hunter Lab60.3958-10.5916-52.5656
CIE-Lab66.8824-8.7740-49.2843

#01acfb color RGB value is (1,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101100 11111011
Octal 1 254 373
Decimal 1 172 251
Hex 1 AC FB

RGB Percentages of Color #01acfb

%0.24
%40.57
%59.20

CMYK Percentages of Color #01acfb

%100
%31
%0
%2

Triadic Colors of #01acfb

#01acfb #fb01ac #acfb01

Analogous Colors of #01acfb

#01acfb #012ffb #01fbcd

Monochromatic Colors of #01acfb

#01acfb

Complementary Color

#01acfb #fb5001

#01acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01acfb Color CSS Codes

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

#01acfb Text Font Color

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

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


#01acfb Background Color

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

This div background color is #01acfb


#01acfb Border Color

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

This div border color is #01acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01acfb


Comments

No comments written yet.

Please login to write comment.