Color Hex Logo

#70acda Color Hex

#70ACDA
(112,172,218)
0 Favorites   0 Comments

Color spaces of #70acda

RGB 112172218
HSL0.570.590.65
HSV206°49°85°
CMYK 0.490.210.00   0.15
XYZ34.089538.011771.8700
Yxy38.01170.23680.2640
Hunter Lab61.6536-9.1977-25.9572
CIE-Lab68.0292-6.9477-29.2596

#70acda color RGB value is (112,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 11011010
Octal 160 254 332
Decimal 112 172 218
Hex 70 AC DA

RGB Percentages of Color #70acda

%22.31
%34.26
%43.43

CMYK Percentages of Color #70acda

%49
%21
%0
%15

Triadic Colors of #70acda

#70acda #da70ac #acda70

Analogous Colors of #70acda

#70acda #7077da #70dad3

Monochromatic Colors of #70acda

#70acda

Complementary Color

#70acda #da9e70

#70acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#70acda Color CSS Codes

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

#70acda Text Font Color

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

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


#70acda Background Color

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

This div background color is #70acda


#70acda Border Color

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

This div border color is #70acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70acda


Comments

No comments written yet.

Please login to write comment.