Color Hex Logo

#70aedc Color Hex

#70AEDC
(112,174,220)
0 Favorites   0 Comments

Color spaces of #70aedc

RGB 112174220
HSL0.570.610.65
HSV206°49°86°
CMYK 0.490.210.00   0.14
XYZ34.736438.884273.3847
Yxy38.88420.23630.2645
Hunter Lab62.3572-9.6907-26.1250
CIE-Lab68.6673-7.4649-29.3743

#70aedc color RGB value is (112,174,220).

#70aedc hex color red value is 112, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #70aedc hue: 0.57 , saturation: 0.61 and the lightness value of 70aedc is 0.65.

The process color (four color CMYK) of #70aedc color hex is 0.49, 0.21, 0.00, 0.14. Web safe color of #70aedc is #6699cc. Color #70aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101110 11011100
Octal 160 256 334
Decimal 112 174 220
Hex 70 AE DC

RGB Percentages of Color #70aedc

%22.13
%34.39
%43.48

CMYK Percentages of Color #70aedc

%49
%21
%0
%14

Triadic Colors of #70aedc

#70aedc #dc70ae #aedc70

Analogous Colors of #70aedc

#70aedc #7078dc #70dcd4

Monochromatic Colors of #70aedc

#70aedc

Complementary Color

#70aedc #dc9e70

#70aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aedc Color CSS Codes

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

#70aedc Text Font Color

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

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


#70aedc Background Color

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

This div background color is #70aedc


#70aedc Border Color

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

This div border color is #70aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aedc


Comments

No comments written yet.

Please login to write comment.