Color Hex Logo

#01adfb Color Hex

#01ADFB
(1,173,251)
0 Favorites   0 Comments

Color spaces of #01adfb

RGB 1173251
HSL0.550.990.49
HSV199°100°98°
CMYK 1.000.310.00   0.02
XYZ32.368736.858696.6752
Yxy36.85860.19510.2222
Hunter Lab60.7113-11.0761-51.9141
CIE-Lab67.1708-9.3286-48.8293

#01adfb color RGB value is (1,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101101 11111011
Octal 1 255 373
Decimal 1 173 251
Hex 1 AD FB

RGB Percentages of Color #01adfb

%0.24
%40.71
%59.06

CMYK Percentages of Color #01adfb

%100
%31
%0
%2

Triadic Colors of #01adfb

#01adfb #fb01ad #adfb01

Analogous Colors of #01adfb

#01adfb #0130fb #01fbcc

Monochromatic Colors of #01adfb

#01adfb

Complementary Color

#01adfb #fb4f01

#01adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01adfb Color CSS Codes

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

#01adfb Text Font Color

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

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


#01adfb Background Color

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

This div background color is #01adfb


#01adfb Border Color

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

This div border color is #01adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01adfb


Comments

No comments written yet.

Please login to write comment.