Color Hex Logo

#70baa3 Color Hex

#70BAA3
(112,186,163)
0 Favorites   0 Comments

Color spaces of #70baa3

RGB 112186163
HSL0.450.350.58
HSV161°40°73°
CMYK 0.400.000.12   0.27
XYZ30.851941.206940.9780
Yxy41.20690.27290.3645
Hunter Lab64.1926-26.54737.0864
CIE-Lab70.3206-28.44694.4310

#70baa3 color RGB value is (112,186,163).

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

The process color (four color CMYK) of #70baa3 color hex is 0.40, 0.00, 0.12, 0.27. Web safe color of #70baa3 is #66cc99. Color #70baa3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111010 10100011
Octal 160 272 243
Decimal 112 186 163
Hex 70 BA A3

RGB Percentages of Color #70baa3

%24.30
%40.35
%35.36

CMYK Percentages of Color #70baa3

%40
%0
%12
%27

Triadic Colors of #70baa3

#70baa3 #a370ba #baa370

Analogous Colors of #70baa3

#70baa3 #70acba #70ba7e

Monochromatic Colors of #70baa3

#70baa3

Complementary Color

#70baa3 #ba7087

#70baa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70baa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70baa3 Color CSS Codes

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

#70baa3 Text Font Color

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

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


#70baa3 Background Color

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

This div background color is #70baa3


#70baa3 Border Color

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

This div border color is #70baa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70baa3


Comments

No comments written yet.

Please login to write comment.