Color Hex Logo

#70babe Color Hex

#70BABE
(112,186,190)
0 Favorites   0 Comments

Color spaces of #70babe

RGB 112186190
HSL0.510.380.59
HSV183°41°75°
CMYK 0.410.020.00   0.25
XYZ33.535342.280355.1086
Yxy42.28030.25610.3229
Hunter Lab65.0233-21.7307-4.7332
CIE-Lab71.0637-21.9631-9.2759

#70babe color RGB value is (112,186,190).

#70babe hex color red value is 112, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #70babe hue: 0.51 , saturation: 0.38 and the lightness value of 70babe is 0.59.

The process color (four color CMYK) of #70babe color hex is 0.41, 0.02, 0.00, 0.25. Web safe color of #70babe is #66cccc. Color #70babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111010 10111110
Octal 160 272 276
Decimal 112 186 190
Hex 70 BA BE

RGB Percentages of Color #70babe

%22.95
%38.11
%38.93

CMYK Percentages of Color #70babe

%41
%2
%0
%25

Triadic Colors of #70babe

#70babe #be70ba #babe70

Analogous Colors of #70babe

#70babe #7093be #70be9b

Monochromatic Colors of #70babe

#70babe

Complementary Color

#70babe #be7470

#70babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#70babe Color CSS Codes

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

#70babe Text Font Color

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

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


#70babe Background Color

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

This div background color is #70babe


#70babe Border Color

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

This div border color is #70babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70babe


Comments

No comments written yet.

Please login to write comment.