Color Hex Logo

#70b9db Color Hex

#70B9DB
(112,185,219)
0 Favorites   0 Comments

Color spaces of #70b9db

RGB 112185219
HSL0.550.600.65
HSV199°49°86°
CMYK 0.490.160.00   0.14
XYZ36.817243.257173.4268
Yxy43.25710.23980.2818
Hunter Lab65.7701-15.1759-20.1532
CIE-Lab71.7291-13.6624-24.1289

#70b9db color RGB value is (112,185,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111001 11011011
Octal 160 271 333
Decimal 112 185 219
Hex 70 B9 DB

RGB Percentages of Color #70b9db

%21.71
%35.85
%42.44

CMYK Percentages of Color #70b9db

%49
%16
%0
%14

Triadic Colors of #70b9db

#70b9db #db70b9 #b9db70

Analogous Colors of #70b9db

#70b9db #7084db #70dbc8

Monochromatic Colors of #70b9db

#70b9db

Complementary Color

#70b9db #db9270

#70b9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b9db Color CSS Codes

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

#70b9db Text Font Color

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

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


#70b9db Background Color

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

This div background color is #70b9db


#70b9db Border Color

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

This div border color is #70b9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b9db


Comments

No comments written yet.

Please login to write comment.