Color Hex Logo

#70abcc Color Hex

#70ABCC
(112,171,204)
0 Favorites   0 Comments

Color spaces of #70abcc

RGB 112171204
HSL0.560.470.62
HSV202°45°80°
CMYK 0.450.160.00   0.20
XYZ32.144136.930262.5608
Yxy36.93020.24420.2805
Hunter Lab60.7702-11.9312-18.4978
CIE-Lab67.2246-10.3701-22.7780

#70abcc color RGB value is (112,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101011 11001100
Octal 160 253 314
Decimal 112 171 204
Hex 70 AB CC

RGB Percentages of Color #70abcc

%23.00
%35.11
%41.89

CMYK Percentages of Color #70abcc

%45
%16
%0
%20

Triadic Colors of #70abcc

#70abcc #cc70ab #abcc70

Analogous Colors of #70abcc

#70abcc #707dcc #70ccbf

Monochromatic Colors of #70abcc

#70abcc

Complementary Color

#70abcc #cc9170

#70abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70abcc Color CSS Codes

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

#70abcc Text Font Color

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

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


#70abcc Background Color

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

This div background color is #70abcc


#70abcc Border Color

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

This div border color is #70abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70abcc


Comments

No comments written yet.

Please login to write comment.