Color Hex Logo

#70adee Color Hex

#70ADEE
(112,173,238)
0 Favorites   0 Comments

Color spaces of #70adee

RGB 112173238
HSL0.590.790.69
HSV211°53°93°
CMYK 0.530.270.00   0.07
XYZ37.058339.504986.5610
Yxy39.50490.22720.2422
Hunter Lab62.8529-4.7484-37.6571
CIE-Lab69.1154-1.6026-38.5245

#70adee color RGB value is (112,173,238).

#70adee hex color red value is 112, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #70adee hue: 0.59 , saturation: 0.79 and the lightness value of 70adee is 0.69.

The process color (four color CMYK) of #70adee color hex is 0.53, 0.27, 0.00, 0.07. Web safe color of #70adee is #6699ff. Color #70adee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 11101110
Octal 160 255 356
Decimal 112 173 238
Hex 70 AD EE

RGB Percentages of Color #70adee

%21.41
%33.08
%45.51

CMYK Percentages of Color #70adee

%53
%27
%0
%7

Triadic Colors of #70adee

#70adee #ee70ad #adee70

Analogous Colors of #70adee

#70adee #7270ee #70ecee

Monochromatic Colors of #70adee

#70adee

Complementary Color

#70adee #eeb170

#70adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#70adee Color CSS Codes

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

#70adee Text Font Color

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

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


#70adee Background Color

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

This div background color is #70adee


#70adee Border Color

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

This div border color is #70adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70adee


Comments

No comments written yet.

Please login to write comment.