Color Hex Logo

#70dbea Color Hex

#70DBEA
(112,219,234)
0 Favorites   0 Comments

Color spaces of #70dbea

RGB 112219234
HSL0.520.740.68
HSV187°52°92°
CMYK 0.520.060.00   0.08
XYZ46.864960.048386.9623
Yxy60.04830.24170.3097
Hunter Lab77.4908-27.6558-12.2932
CIE-Lab81.8644-26.8210-16.8293

#70dbea color RGB value is (112,219,234).

#70dbea hex color red value is 112, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #70dbea hue: 0.52 , saturation: 0.74 and the lightness value of 70dbea is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011011 11101010
Octal 160 333 352
Decimal 112 219 234
Hex 70 DB EA

RGB Percentages of Color #70dbea

%19.82
%38.76
%41.42

CMYK Percentages of Color #70dbea

%52
%6
%0
%8

Triadic Colors of #70dbea

#70dbea #ea70db #dbea70

Analogous Colors of #70dbea

#70dbea #709eea #70eabc

Monochromatic Colors of #70dbea

#70dbea

Complementary Color

#70dbea #ea7f70

#70dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dbea Color CSS Codes

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

#70dbea Text Font Color

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

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


#70dbea Background Color

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

This div background color is #70dbea


#70dbea Border Color

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

This div border color is #70dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dbea


Comments

No comments written yet.

Please login to write comment.