Color Hex Logo

#01affb Color Hex

#01AFFB
(1,175,251)
0 Favorites   0 Comments

Color spaces of #01affb

RGB 1175251
HSL0.550.990.49
HSV198°100°98°
CMYK 1.000.300.00   0.02
XYZ32.755137.631496.8040
Yxy37.63140.19590.2251
Hunter Lab61.3444-12.0420-50.6209
CIE-Lab67.7481-10.4329-47.9194

#01affb color RGB value is (1,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101111 11111011
Octal 1 257 373
Decimal 1 175 251
Hex 1 AF FB

RGB Percentages of Color #01affb

%0.23
%40.98
%58.78

CMYK Percentages of Color #01affb

%100
%30
%0
%2

Triadic Colors of #01affb

#01affb #fb01af #affb01

Analogous Colors of #01affb

#01affb #0132fb #01fbca

Monochromatic Colors of #01affb

#01affb

Complementary Color

#01affb #fb4d01

#01affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01affb Color CSS Codes

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

#01affb Text Font Color

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

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


#01affb Background Color

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

This div background color is #01affb


#01affb Border Color

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

This div border color is #01affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01affb


Comments

No comments written yet.

Please login to write comment.