Color Hex Logo

#70adcc Color Hex

#70ADCC
(112,173,204)
0 Favorites   0 Comments

Color spaces of #70adcc

RGB 112173204
HSL0.560.470.62
HSV200°45°80°
CMYK 0.450.150.00   0.20
XYZ32.524737.691562.6877
Yxy37.69150.24470.2836
Hunter Lab61.3934-12.8736-17.5646
CIE-Lab67.7926-11.4488-21.9111

#70adcc color RGB value is (112,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 11001100
Octal 160 255 314
Decimal 112 173 204
Hex 70 AD CC

RGB Percentages of Color #70adcc

%22.90
%35.38
%41.72

CMYK Percentages of Color #70adcc

%45
%15
%0
%20

Triadic Colors of #70adcc

#70adcc #cc70ad #adcc70

Analogous Colors of #70adcc

#70adcc #707fcc #70ccbd

Monochromatic Colors of #70adcc

#70adcc

Complementary Color

#70adcc #cc8f70

#70adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70adcc Color CSS Codes

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

#70adcc Text Font Color

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

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


#70adcc Background Color

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

This div background color is #70adcc


#70adcc Border Color

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

This div border color is #70adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70adcc


Comments

No comments written yet.

Please login to write comment.