Color Hex Logo

#70aeef Color Hex

#70AEEF
(112,174,239)
0 Favorites   0 Comments

Color spaces of #70aeef

RGB 112174239
HSL0.590.800.69
HSV211°53°94°
CMYK 0.530.270.00   0.06
XYZ37.398139.948887.4012
Yxy39.94880.22700.2425
Hunter Lab63.2051-4.9914-37.7438
CIE-Lab69.4330-1.8586-38.5744

#70aeef color RGB value is (112,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101110 11101111
Octal 160 256 357
Decimal 112 174 239
Hex 70 AE EF

RGB Percentages of Color #70aeef

%21.33
%33.14
%45.52

CMYK Percentages of Color #70aeef

%53
%27
%0
%6

Triadic Colors of #70aeef

#70aeef #ef70ae #aeef70

Analogous Colors of #70aeef

#70aeef #7270ef #70eeef

Monochromatic Colors of #70aeef

#70aeef

Complementary Color

#70aeef #efb170

#70aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aeef Color CSS Codes

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

#70aeef Text Font Color

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

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


#70aeef Background Color

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

This div background color is #70aeef


#70aeef Border Color

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

This div border color is #70aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aeef


Comments

No comments written yet.

Please login to write comment.