Color Hex Logo

#70acca Color Hex

#70ACCA
(112,172,202)
0 Favorites   0 Comments

Color spaces of #70acca

RGB 112172202
HSL0.560.460.62
HSV200°45°79°
CMYK 0.450.150.00   0.21
XYZ32.095337.214161.3685
Yxy37.21410.24560.2848
Hunter Lab61.0034-12.8428-16.9425
CIE-Lab67.4373-11.4633-21.3482

#70acca color RGB value is (112,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 11001010
Octal 160 254 312
Decimal 112 172 202
Hex 70 AC CA

RGB Percentages of Color #70acca

%23.05
%35.39
%41.56

CMYK Percentages of Color #70acca

%45
%15
%0
%21

Triadic Colors of #70acca

#70acca #ca70ac #acca70

Analogous Colors of #70acca

#70acca #707fca #70cabb

Monochromatic Colors of #70acca

#70acca

Complementary Color

#70acca #ca8e70

#70acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#70acca Color CSS Codes

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

#70acca Text Font Color

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

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


#70acca Background Color

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

This div background color is #70acca


#70acca Border Color

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

This div border color is #70acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70acca


Comments

No comments written yet.

Please login to write comment.