Color Hex Logo

#70aceb Color Hex

#70ACEB
(112,172,235)
0 Favorites   0 Comments

Color spaces of #70aceb

RGB 112172235
HSL0.590.750.68
HSV211°52°92°
CMYK 0.520.270.00   0.08
XYZ36.430038.948084.1949
Yxy38.94800.22830.2441
Hunter Lab62.4083-5.0177-36.3021
CIE-Lab68.7136-1.9466-37.5136

#70aceb color RGB value is (112,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 11101011
Octal 160 254 353
Decimal 112 172 235
Hex 70 AC EB

RGB Percentages of Color #70aceb

%21.58
%33.14
%45.28

CMYK Percentages of Color #70aceb

%52
%27
%0
%8

Triadic Colors of #70aceb

#70aceb #eb70ac #aceb70

Analogous Colors of #70aceb

#70aceb #7270eb #70eaeb

Monochromatic Colors of #70aceb

#70aceb

Complementary Color

#70aceb #ebaf70

#70aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aceb Color CSS Codes

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

#70aceb Text Font Color

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

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


#70aceb Background Color

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

This div background color is #70aceb


#70aceb Border Color

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

This div border color is #70aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aceb


Comments

No comments written yet.

Please login to write comment.