Color Hex Logo

#70badc Color Hex

#70BADC
(112,186,220)
0 Favorites   0 Comments

Color spaces of #70badc

RGB 112186220
HSL0.550.610.65
HSV199°49°86°
CMYK 0.490.150.00   0.14
XYZ37.159343.729974.1924
Yxy43.72990.23960.2820
Hunter Lab66.1286-15.4214-20.2299
CIE-Lab72.0476-13.9097-24.1872

#70badc color RGB value is (112,186,220).

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

The process color (four color CMYK) of #70badc color hex is 0.49, 0.15, 0.00, 0.14. Web safe color of #70badc is #66cccc. Color #70badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111010 11011100
Octal 160 272 334
Decimal 112 186 220
Hex 70 BA DC

RGB Percentages of Color #70badc

%21.62
%35.91
%42.47

CMYK Percentages of Color #70badc

%49
%15
%0
%14

Triadic Colors of #70badc

#70badc #dc70ba #badc70

Analogous Colors of #70badc

#70badc #7084dc #70dcc8

Monochromatic Colors of #70badc

#70badc

Complementary Color

#70badc #dc9270

#70badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70badc Color CSS Codes

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

#70badc Text Font Color

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

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


#70badc Background Color

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

This div background color is #70badc


#70badc Border Color

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

This div border color is #70badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70badc


Comments

No comments written yet.

Please login to write comment.