Color Hex Logo

#70dbae Color Hex

#70DBAE
(112,219,174)
0 Favorites   0 Comments

Color spaces of #70dbae

RGB 112219174
HSL0.430.600.65
HSV155°49°86°
CMYK 0.490.000.21   0.14
XYZ39.653657.163848.9881
Yxy57.16380.27200.3921
Hunter Lab75.6067-38.693614.5088
CIE-Lab80.2716-41.354312.7333

#70dbae color RGB value is (112,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011011 10101110
Octal 160 333 256
Decimal 112 219 174
Hex 70 DB AE

RGB Percentages of Color #70dbae

%22.18
%43.37
%34.46

CMYK Percentages of Color #70dbae

%49
%0
%21
%14

Triadic Colors of #70dbae

#70dbae #ae70db #dbae70

Analogous Colors of #70dbae

#70dbae #70d3db #70db79

Monochromatic Colors of #70dbae

#70dbae

Complementary Color

#70dbae #db709d

#70dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dbae Color CSS Codes

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

#70dbae Text Font Color

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

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


#70dbae Background Color

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

This div background color is #70dbae


#70dbae Border Color

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

This div border color is #70dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dbae


Comments

No comments written yet.

Please login to write comment.