Color Hex Logo

#70aecc Color Hex

#70AECC
(112,174,204)
0 Favorites   0 Comments

Color spaces of #70aecc

RGB 112174204
HSL0.550.470.62
HSV200°45°80°
CMYK 0.450.150.00   0.20
XYZ32.717238.076562.7519
Yxy38.07650.24500.2851
Hunter Lab61.7062-13.3434-17.1005
CIE-Lab68.0770-11.9858-21.4776

#70aecc color RGB value is (112,174,204).

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

The process color (four color CMYK) of #70aecc color hex is 0.45, 0.15, 0.00, 0.20. Web safe color of #70aecc is #6699cc. Color #70aecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101110 11001100
Octal 160 256 314
Decimal 112 174 204
Hex 70 AE CC

RGB Percentages of Color #70aecc

%22.86
%35.51
%41.63

CMYK Percentages of Color #70aecc

%45
%15
%0
%20

Triadic Colors of #70aecc

#70aecc #cc70ae #aecc70

Analogous Colors of #70aecc

#70aecc #7080cc #70ccbc

Monochromatic Colors of #70aecc

#70aecc

Complementary Color

#70aecc #cc8e70

#70aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aecc Color CSS Codes

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

#70aecc Text Font Color

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

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


#70aecc Background Color

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

This div background color is #70aecc


#70aecc Border Color

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

This div border color is #70aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aecc

#70aecc Color Palettes


Comments

No comments written yet.

Please login to write comment.