Color Hex Logo

#70acdd Color Hex

#70ACDD
(112,172,221)
0 Favorites   0 Comments

Color spaces of #70acdd

RGB 112172221
HSL0.570.620.65
HSV207°49°87°
CMYK 0.490.220.00   0.13
XYZ34.485838.170373.9566
Yxy38.17030.23520.2603
Hunter Lab61.7821-8.4828-27.7259
CIE-Lab68.1459-6.0794-30.7276

#70acdd color RGB value is (112,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 11011101
Octal 160 254 335
Decimal 112 172 221
Hex 70 AC DD

RGB Percentages of Color #70acdd

%22.18
%34.06
%43.76

CMYK Percentages of Color #70acdd

%49
%22
%0
%13

Triadic Colors of #70acdd

#70acdd #dd70ac #acdd70

Analogous Colors of #70acdd

#70acdd #7076dd #70ddd8

Monochromatic Colors of #70acdd

#70acdd

Complementary Color

#70acdd #dda170

#70acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70acdd Color CSS Codes

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

#70acdd Text Font Color

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

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


#70acdd Background Color

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

This div background color is #70acdd


#70acdd Border Color

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

This div border color is #70acdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,172,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 #70acdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70acdd


Comments

No comments written yet.

Please login to write comment.