Color Hex Logo

#70b8aa Color Hex

#70B8AA
(112,184,170)
0 Favorites   0 Comments

Color spaces of #70b8aa

RGB 112184170
HSL0.470.340.58
HSV168°39°72°
CMYK 0.390.000.08   0.28
XYZ31.078340.628044.2342
Yxy40.62800.26810.3504
Hunter Lab63.7401-24.51243.4721
CIE-Lab69.9145-25.85780.0031

#70b8aa color RGB value is (112,184,170).

#70b8aa hex color red value is 112, green value is 184 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #70b8aa hue: 0.47 , saturation: 0.34 and the lightness value of 70b8aa is 0.58.

The process color (four color CMYK) of #70b8aa color hex is 0.39, 0.00, 0.08, 0.28. Web safe color of #70b8aa is #66cc99. Color #70b8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111000 10101010
Octal 160 270 252
Decimal 112 184 170
Hex 70 B8 AA

RGB Percentages of Color #70b8aa

%24.03
%39.48
%36.48

CMYK Percentages of Color #70b8aa

%39
%0
%8
%28

Triadic Colors of #70b8aa

#70b8aa #aa70b8 #b8aa70

Analogous Colors of #70b8aa

#70b8aa #70a2b8 #70b886

Monochromatic Colors of #70b8aa

#70b8aa

Complementary Color

#70b8aa #b8707e

#70b8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b8aa Color CSS Codes

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

#70b8aa Text Font Color

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

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


#70b8aa Background Color

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

This div background color is #70b8aa


#70b8aa Border Color

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

This div border color is #70b8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b8aa


Comments

No comments written yet.

Please login to write comment.