Color Hex Logo

#70b5a3 Color Hex

#70B5A3
(112,181,163)
0 Favorites   0 Comments

Color spaces of #70b5a3

RGB 112181163
HSL0.460.320.57
HSV164°38°71°
CMYK 0.380.000.10   0.29
XYZ29.816839.136840.6330
Yxy39.13680.27210.3571
Hunter Lab62.5594-24.40315.2821
CIE-Lab68.8502-25.99572.3022

#70b5a3 color RGB value is (112,181,163).

#70b5a3 hex color red value is 112, green value is 181 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #70b5a3 hue: 0.46 , saturation: 0.32 and the lightness value of 70b5a3 is 0.57.

The process color (four color CMYK) of #70b5a3 color hex is 0.38, 0.00, 0.10, 0.29. Web safe color of #70b5a3 is #66cc99. Color #70b5a3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10110101 10100011
Octal 160 265 243
Decimal 112 181 163
Hex 70 B5 A3

RGB Percentages of Color #70b5a3

%24.56
%39.69
%35.75

CMYK Percentages of Color #70b5a3

%38
%0
%10
%29

Triadic Colors of #70b5a3

#70b5a3 #a370b5 #b5a370

Analogous Colors of #70b5a3

#70b5a3 #70a5b5 #70b581

Monochromatic Colors of #70b5a3

#70b5a3

Complementary Color

#70b5a3 #b57082

#70b5a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b5a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b5a3 Color CSS Codes

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

#70b5a3 Text Font Color

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

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


#70b5a3 Background Color

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

This div background color is #70b5a3


#70b5a3 Border Color

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

This div border color is #70b5a3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,181,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 #70b5a3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b5a3


Comments

No comments written yet.

Please login to write comment.