Color Hex Logo

#70abfb Color Hex

#70ABFB
(112,171,251)
0 Favorites   0 Comments

Color spaces of #70abfb

RGB 112171251
HSL0.600.950.71
HSV215°55°98°
CMYK 0.550.320.00   0.02
XYZ38.657639.535696.8604
Yxy39.53560.22080.2258
Hunter Lab62.8773-0.2918-47.3201
CIE-Lab69.13753.4832-45.5612

#70abfb color RGB value is (112,171,251).

#70abfb hex color red value is 112, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #70abfb hue: 0.60 , saturation: 0.95 and the lightness value of 70abfb is 0.71.

The process color (four color CMYK) of #70abfb color hex is 0.55, 0.32, 0.00, 0.02. Web safe color of #70abfb is #6699ff. Color #70abfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101011 11111011
Octal 160 253 373
Decimal 112 171 251
Hex 70 AB FB

RGB Percentages of Color #70abfb

%20.97
%32.02
%47.00

CMYK Percentages of Color #70abfb

%55
%32
%0
%2

Triadic Colors of #70abfb

#70abfb #fb70ab #abfb70

Analogous Colors of #70abfb

#70abfb #7b70fb #70f1fb

Monochromatic Colors of #70abfb

#70abfb

Complementary Color

#70abfb #fbc070

#70abfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70abfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70abfb Color CSS Codes

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

#70abfb Text Font Color

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

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


#70abfb Background Color

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

This div background color is #70abfb


#70abfb Border Color

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

This div border color is #70abfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70abfb


Comments

No comments written yet.

Please login to write comment.