color codes Logo

#00abfb color codes

#00ABFB
(0,171,251)
0 Favorites   0 Comments

Color spaces of #00abfb

RGB 0171251
HSL0.551.000.49
HSV199°100°98°
CMYK 1.000.320.00   0.02
XYZ31.975536.090996.5477
Yxy36.09090.19420.2192
Hunter Lab60.0757-10.1252-53.2320
CIE-Lab66.5893-8.2418-49.7473

#00abfb color RGB value is (0,171,251).

#00abfb hex color red value is 0, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #00abfb hue: 0.55 , saturation: 1.00 and the lightness value of 00abfb is 0.49.

The process color (four color CMYK) of #00abfb color code is 1.00, 0.32, 0.00, 0.02. Web safe color of #00abfb is #0099ff. Color #00abfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101011 11111011
Octal 0 253 373
Decimal 0 171 251
Hex 0 AB FB

RGB Percentages of Color #00abfb

%0.00
%40.52
%59.48

CMYK Percentages of Color #00abfb

%100
%32
%0
%2

Triadic Colors of #00abfb

#00abfb #fb00ab #abfb00

Analogous Colors of #00abfb

#00abfb #002efb #00fbce

Monochromatic Colors of #00abfb

#00abfb

Complementary Color

#00abfb #fb5000

#00abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00abfb Color CSS Codes

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

#00abfb Text Font Color

<p style="color:#00abfb">Text here</p>

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


#00abfb Background Color

<div style="background-color:#00abfb">
Div content here</div>

This div background color is #00abfb


#00abfb Border Color

<div style="border:3px solid #00abfb">
Div here</div>

This div border color is #00abfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,171,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00abfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00abfb;
  -webkit-box-shadow: 1px 1px 3px 2px #00abfb;
  box-shadow:         1px 1px 3px 2px #00abfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,171,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 #00abfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00abfb


Comments

No comments written yet.

Please login to write comment.