Color Hex Logo

#70abdf Color Hex

#70ABDF
(112,171,223)
0 Favorites   0 Comments

Color spaces of #70abdf

RGB 112171223
HSL0.580.630.66
HSV208°50°87°
CMYK 0.500.230.00   0.13
XYZ34.564337.898375.3054
Yxy37.89830.23390.2565
Hunter Lab61.5616-7.5124-29.4335
CIE-Lab67.9456-4.9455-32.1353

#70abdf color RGB value is (112,171,223).

#70abdf hex color red value is 112, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #70abdf hue: 0.58 , saturation: 0.63 and the lightness value of 70abdf is 0.66.

The process color (four color CMYK) of #70abdf color hex is 0.50, 0.23, 0.00, 0.13. Web safe color of #70abdf is #6699cc. Color #70abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101011 11011111
Octal 160 253 337
Decimal 112 171 223
Hex 70 AB DF

RGB Percentages of Color #70abdf

%22.13
%33.79
%44.07

CMYK Percentages of Color #70abdf

%50
%23
%0
%13

Triadic Colors of #70abdf

#70abdf #df70ab #abdf70

Analogous Colors of #70abdf

#70abdf #7074df #70dfdc

Monochromatic Colors of #70abdf

#70abdf

Complementary Color

#70abdf #dfa470

#70abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70abdf Color CSS Codes

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

#70abdf Text Font Color

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

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


#70abdf Background Color

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

This div background color is #70abdf


#70abdf Border Color

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

This div border color is #70abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70abdf


Comments

No comments written yet.

Please login to write comment.