Color Hex Logo

#70b181 Color Hex

#70B181
(112,177,129)
0 Favorites   0 Comments

Color spaces of #70b181

RGB 112177129
HSL0.380.290.57
HSV136°37°69°
CMYK 0.370.000.27   0.31
XYZ26.366736.474026.4194
Yxy36.47400.29540.4086
Hunter Lab60.3937-27.759416.3390
CIE-Lab66.8805-31.149918.1540

#70b181 color RGB value is (112,177,129).

#70b181 hex color red value is 112, green value is 177 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #70b181 hue: 0.38 , saturation: 0.29 and the lightness value of 70b181 is 0.57.

The process color (four color CMYK) of #70b181 color hex is 0.37, 0.00, 0.27, 0.31. Web safe color of #70b181 is #669999. Color #70b181 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10110001 10000001
Octal 160 261 201
Decimal 112 177 129
Hex 70 B1 81

RGB Percentages of Color #70b181

%26.79
%42.34
%30.86

CMYK Percentages of Color #70b181

%37
%0
%27
%31

Triadic Colors of #70b181

#70b181 #8170b1 #b18170

Analogous Colors of #70b181

#70b181 #70b1a2 #80b170

Monochromatic Colors of #70b181

#70b181

Complementary Color

#70b181 #b170a0

#70b181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b181 Color CSS Codes

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

#70b181 Text Font Color

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

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


#70b181 Background Color

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

This div background color is #70b181


#70b181 Border Color

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

This div border color is #70b181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b181


Comments

No comments written yet.

Please login to write comment.