Color Hex Logo

#70bade Color Hex

#70BADE
(112,186,222)
0 Favorites   0 Comments

Color spaces of #70bade

RGB 112186222
HSL0.550.630.65
HSV200°50°87°
CMYK 0.500.160.00   0.13
XYZ37.425843.836575.5960
Yxy43.83650.23860.2795
Hunter Lab66.2091-14.9659-21.3495
CIE-Lab72.1191-13.3459-25.1669

#70bade color RGB value is (112,186,222).

#70bade hex color red value is 112, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #70bade hue: 0.55 , saturation: 0.63 and the lightness value of 70bade is 0.65.

The process color (four color CMYK) of #70bade color hex is 0.50, 0.16, 0.00, 0.13. Web safe color of #70bade is #66cccc. Color #70bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111010 11011110
Octal 160 272 336
Decimal 112 186 222
Hex 70 BA DE

RGB Percentages of Color #70bade

%21.54
%35.77
%42.69

CMYK Percentages of Color #70bade

%50
%16
%0
%13

Triadic Colors of #70bade

#70bade #de70ba #bade70

Analogous Colors of #70bade

#70bade #7083de #70decb

Monochromatic Colors of #70bade

#70bade

Complementary Color

#70bade #de9470

#70bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bade Color CSS Codes

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

#70bade Text Font Color

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

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


#70bade Background Color

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

This div background color is #70bade


#70bade Border Color

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

This div border color is #70bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bade


Comments

No comments written yet.

Please login to write comment.