Color Hex Logo

#70bace Color Hex

#70BACE
(112,186,206)
0 Favorites   0 Comments

Color spaces of #70bace

RGB 112186206
HSL0.540.490.62
HSV193°46°81°
CMYK 0.460.100.00   0.19
XYZ35.381643.018864.8312
Yxy43.01880.24700.3003
Hunter Lab65.5887-18.4891-12.6931
CIE-Lab71.5677-17.7671-17.2775

#70bace color RGB value is (112,186,206).

#70bace hex color red value is 112, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #70bace hue: 0.54 , saturation: 0.49 and the lightness value of 70bace is 0.62.

The process color (four color CMYK) of #70bace color hex is 0.46, 0.10, 0.00, 0.19. Web safe color of #70bace is #66cccc. Color #70bace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111010 11001110
Octal 160 272 316
Decimal 112 186 206
Hex 70 BA CE

RGB Percentages of Color #70bace

%22.22
%36.90
%40.87

CMYK Percentages of Color #70bace

%46
%10
%0
%19

Triadic Colors of #70bace

#70bace #ce70ba #bace70

Analogous Colors of #70bace

#70bace #708bce #70ceb3

Monochromatic Colors of #70bace

#70bace

Complementary Color

#70bace #ce8470

#70bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bace Color CSS Codes

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

#70bace Text Font Color

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

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


#70bace Background Color

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

This div background color is #70bace


#70bace Border Color

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

This div border color is #70bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bace


Comments

No comments written yet.

Please login to write comment.