Color Hex Logo

#70dbba Color Hex

#70DBBA
(112,219,186)
0 Favorites   0 Comments

Color spaces of #70dbba

RGB 112219186
HSL0.450.600.65
HSV161°49°86°
CMYK 0.490.000.15   0.14
XYZ40.876557.653055.4281
Yxy57.65300.26550.3745
Hunter Lab75.9296-36.78179.8694
CIE-Lab80.5455-38.73286.7645

#70dbba color RGB value is (112,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011011 10111010
Octal 160 333 272
Decimal 112 219 186
Hex 70 DB BA

RGB Percentages of Color #70dbba

%21.66
%42.36
%35.98

CMYK Percentages of Color #70dbba

%49
%0
%15
%14

Triadic Colors of #70dbba

#70dbba #ba70db #dbba70

Analogous Colors of #70dbba

#70dbba #70c7db #70db85

Monochromatic Colors of #70dbba

#70dbba

Complementary Color

#70dbba #db7091

#70dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dbba Color CSS Codes

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

#70dbba Text Font Color

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

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


#70dbba Background Color

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

This div background color is #70dbba


#70dbba Border Color

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

This div border color is #70dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dbba


Comments

No comments written yet.

Please login to write comment.