Color Hex Logo

#70aece Color Hex

#70AECE
(112,174,206)
0 Favorites   0 Comments

Color spaces of #70aece

RGB 112174206
HSL0.560.490.62
HSV200°46°81°
CMYK 0.460.160.00   0.19
XYZ32.958738.173164.0236
Yxy38.17310.24390.2824
Hunter Lab61.7844-12.9024-18.1897
CIE-Lab68.1480-11.4319-22.4720

#70aece color RGB value is (112,174,206).

#70aece hex color red value is 112, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #70aece hue: 0.56 , saturation: 0.49 and the lightness value of 70aece is 0.62.

The process color (four color CMYK) of #70aece color hex is 0.46, 0.16, 0.00, 0.19. Web safe color of #70aece is #6699cc. Color #70aece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101110 11001110
Octal 160 256 316
Decimal 112 174 206
Hex 70 AE CE

RGB Percentages of Color #70aece

%22.76
%35.37
%41.87

CMYK Percentages of Color #70aece

%46
%16
%0
%19

Triadic Colors of #70aece

#70aece #ce70ae #aece70

Analogous Colors of #70aece

#70aece #707fce #70cebf

Monochromatic Colors of #70aece

#70aece

Complementary Color

#70aece #ce9070

#70aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aece Color CSS Codes

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

#70aece Text Font Color

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

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


#70aece Background Color

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

This div background color is #70aece


#70aece Border Color

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

This div border color is #70aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aece


Comments

No comments written yet.

Please login to write comment.