Color Hex Logo

#70aedd Color Hex

#70AEDD
(112,174,221)
0 Favorites   0 Comments

Color spaces of #70aedd

RGB 112174221
HSL0.570.620.65
HSV206°49°87°
CMYK 0.490.210.00   0.13
XYZ34.869338.937374.0845
Yxy38.93730.23580.2633
Hunter Lab62.3998-9.4529-26.7126
CIE-Lab68.7058-7.1757-29.8635

#70aedd color RGB value is (112,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101110 11011101
Octal 160 256 335
Decimal 112 174 221
Hex 70 AE DD

RGB Percentages of Color #70aedd

%22.09
%34.32
%43.59

CMYK Percentages of Color #70aedd

%49
%21
%0
%13

Triadic Colors of #70aedd

#70aedd #dd70ae #aedd70

Analogous Colors of #70aedd

#70aedd #7078dd #70ddd6

Monochromatic Colors of #70aedd

#70aedd

Complementary Color

#70aedd #dd9f70

#70aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aedd Color CSS Codes

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

#70aedd Text Font Color

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

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


#70aedd Background Color

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

This div background color is #70aedd


#70aedd Border Color

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

This div border color is #70aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aedd

#70aedd Color Palettes


Comments

No comments written yet.

Please login to write comment.