Color Hex Logo

#70acbc Color Hex

#70ACBC
(112,172,188)
0 Favorites   0 Comments

Color spaces of #70acbc

RGB 112172188
HSL0.540.360.59
HSV193°40°74°
CMYK 0.400.090.00   0.26
XYZ30.511736.580653.0296
Yxy36.58060.25400.3045
Hunter Lab60.4819-15.7943-9.6472
CIE-Lab66.9612-15.2342-14.3193

#70acbc color RGB value is (112,172,188).

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

The process color (four color CMYK) of #70acbc color hex is 0.40, 0.09, 0.00, 0.26. Web safe color of #70acbc is #6699cc. Color #70acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 10111100
Octal 160 254 274
Decimal 112 172 188
Hex 70 AC BC

RGB Percentages of Color #70acbc

%23.73
%36.44
%39.83

CMYK Percentages of Color #70acbc

%40
%9
%0
%26

Triadic Colors of #70acbc

#70acbc #bc70ac #acbc70

Analogous Colors of #70acbc

#70acbc #7086bc #70bca6

Monochromatic Colors of #70acbc

#70acbc

Complementary Color

#70acbc #bc8070

#70acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70acbc Color CSS Codes

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

#70acbc Text Font Color

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

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


#70acbc Background Color

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

This div background color is #70acbc


#70acbc Border Color

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

This div border color is #70acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70acbc


Comments

No comments written yet.

Please login to write comment.