Color Hex Logo

#70bfdb Color Hex

#70BFDB
(112,191,219)
0 Favorites   0 Comments

Color spaces of #70bfdb

RGB 112191219
HSL0.540.600.65
HSV196°49°86°
CMYK 0.490.130.00   0.14
XYZ38.099145.820873.8541
Yxy45.82080.24150.2904
Hunter Lab67.6911-17.9928-17.3044
CIE-Lab73.4291-16.8079-21.5374

#70bfdb color RGB value is (112,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 11011011
Octal 160 277 333
Decimal 112 191 219
Hex 70 BF DB

RGB Percentages of Color #70bfdb

%21.46
%36.59
%41.95

CMYK Percentages of Color #70bfdb

%49
%13
%0
%14

Triadic Colors of #70bfdb

#70bfdb #db70bf #bfdb70

Analogous Colors of #70bfdb

#70bfdb #708adb #70dbc2

Monochromatic Colors of #70bfdb

#70bfdb

Complementary Color

#70bfdb #db8c70

#70bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bfdb Color CSS Codes

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

#70bfdb Text Font Color

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

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


#70bfdb Background Color

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

This div background color is #70bfdb


#70bfdb Border Color

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

This div border color is #70bfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,191,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 #70bfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bfdb


Comments

No comments written yet.

Please login to write comment.