Color Hex Logo

#70dbee Color Hex

#70DBEE
(112,219,238)
0 Favorites   0 Comments

Color spaces of #70dbee

RGB 112219238
HSL0.530.790.69
HSV189°53°93°
CMYK 0.530.080.00   0.07
XYZ47.446260.280890.0236
Yxy60.28080.23990.3048
Hunter Lab77.6407-26.7900-14.3976
CIE-Lab81.9906-25.7382-18.7642

#70dbee color RGB value is (112,219,238).

#70dbee hex color red value is 112, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #70dbee hue: 0.53 , saturation: 0.79 and the lightness value of 70dbee is 0.69.

The process color (four color CMYK) of #70dbee color hex is 0.53, 0.08, 0.00, 0.07. Web safe color of #70dbee is #66ccff. Color #70dbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011011 11101110
Octal 160 333 356
Decimal 112 219 238
Hex 70 DB EE

RGB Percentages of Color #70dbee

%19.68
%38.49
%41.83

CMYK Percentages of Color #70dbee

%53
%8
%0
%7

Triadic Colors of #70dbee

#70dbee #ee70db #dbee70

Analogous Colors of #70dbee

#70dbee #709cee #70eec2

Monochromatic Colors of #70dbee

#70dbee

Complementary Color

#70dbee #ee8370

#70dbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dbee Color CSS Codes

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

#70dbee Text Font Color

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

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


#70dbee Background Color

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

This div background color is #70dbee


#70dbee Border Color

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

This div border color is #70dbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dbee


Comments

No comments written yet.

Please login to write comment.