Color Hex Logo

#70a275 Color Hex

#70A275
(112,162,117)
0 Favorites   0 Comments

Color spaces of #70a275

RGB 112162117
HSL0.350.210.54
HSV126°31°64°
CMYK 0.310.000.28   0.36
XYZ22.813330.569821.5278
Yxy30.56980.30450.4081
Hunter Lab55.2900-23.106215.6177
CIE-Lab62.1428-26.089918.2154

#70a275 color RGB value is (112,162,117).

#70a275 hex color red value is 112, green value is 162 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #70a275 hue: 0.35 , saturation: 0.21 and the lightness value of 70a275 is 0.54.

The process color (four color CMYK) of #70a275 color hex is 0.31, 0.00, 0.28, 0.36. Web safe color of #70a275 is #669966. Color #70a275 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10100010 01110101
Octal 160 242 165
Decimal 112 162 117
Hex 70 A2 75

RGB Percentages of Color #70a275

%28.64
%41.43
%29.92

CMYK Percentages of Color #70a275

%31
%0
%28
%36

Triadic Colors of #70a275

#70a275 #7570a2 #a27570

Analogous Colors of #70a275

#70a275 #70a28e #84a270

Monochromatic Colors of #70a275

#70a275

Complementary Color

#70a275 #a2709d

#70a275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70a275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70a275 Color CSS Codes

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

#70a275 Text Font Color

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

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


#70a275 Background Color

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

This div background color is #70a275


#70a275 Border Color

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

This div border color is #70a275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70a275


Comments

No comments written yet.

Please login to write comment.