Color Hex Logo

#70abfd Color Hex

#70ABFD
(112,171,253)
0 Favorites   0 Comments

Color spaces of #70abfd

RGB 112171253
HSL0.600.970.72
HSV215°56°99°
CMYK 0.560.320.00   0.01
XYZ38.974639.662498.5299
Yxy39.66240.22000.2239
Hunter Lab62.97810.2548-48.6752
CIE-Lab69.22844.1011-46.5033

#70abfd color RGB value is (112,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101011 11111101
Octal 160 253 375
Decimal 112 171 253
Hex 70 AB FD

RGB Percentages of Color #70abfd

%20.90
%31.90
%47.20

CMYK Percentages of Color #70abfd

%56
%32
%0
%1

Triadic Colors of #70abfd

#70abfd #fd70ab #abfd70

Analogous Colors of #70abfd

#70abfd #7c70fd #70f2fd

Monochromatic Colors of #70abfd

#70abfd

Complementary Color

#70abfd #fdc270

#70abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70abfd Color CSS Codes

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

#70abfd Text Font Color

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

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


#70abfd Background Color

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

This div background color is #70abfd


#70abfd Border Color

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

This div border color is #70abfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,171,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #70abfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.