Color Hex Logo

#70acee Color Hex

#70ACEE
(112,172,238)
0 Favorites   0 Comments

Color spaces of #70acee

RGB 112172238
HSL0.590.790.69
HSV211°53°93°
CMYK 0.530.280.00   0.07
XYZ36.867239.122886.4973
Yxy39.12280.22690.2408
Hunter Lab62.5482-4.2478-38.2078
CIE-Lab68.8401-1.0449-38.9537

#70acee color RGB value is (112,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 11101110
Octal 160 254 356
Decimal 112 172 238
Hex 70 AC EE

RGB Percentages of Color #70acee

%21.46
%32.95
%45.59

CMYK Percentages of Color #70acee

%53
%28
%0
%7

Triadic Colors of #70acee

#70acee #ee70ac #acee70

Analogous Colors of #70acee

#70acee #7370ee #70ebee

Monochromatic Colors of #70acee

#70acee

Complementary Color

#70acee #eeb270

#70acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#70acee Color CSS Codes

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

#70acee Text Font Color

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

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


#70acee Background Color

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

This div background color is #70acee


#70acee Border Color

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

This div border color is #70acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70acee


Comments

No comments written yet.

Please login to write comment.