Color Hex Logo

#70a66c Color Hex

#70A66C
(112,166,108)
0 Favorites   0 Comments

Color spaces of #70a66c

RGB 112166108
HSL0.320.250.54
HSV116°35°65°
CMYK 0.330.000.35   0.35
XYZ23.025131.799919.1118
Yxy31.79990.31140.4301
Hunter Lab56.3914-25.801819.3798
CIE-Lab63.1772-29.589824.5315

#70a66c color RGB value is (112,166,108).

#70a66c hex color red value is 112, green value is 166 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #70a66c hue: 0.32 , saturation: 0.25 and the lightness value of 70a66c is 0.54.

The process color (four color CMYK) of #70a66c color hex is 0.33, 0.00, 0.35, 0.35. Web safe color of #70a66c is #669966. Color #70a66c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10100110 01101100
Octal 160 246 154
Decimal 112 166 108
Hex 70 A6 6C

RGB Percentages of Color #70a66c

%29.02
%43.01
%27.98

CMYK Percentages of Color #70a66c

%33
%0
%35
%35

Triadic Colors of #70a66c

#70a66c #6c70a6 #a66c70

Analogous Colors of #70a66c

#70a66c #6ca685 #8da66c

Monochromatic Colors of #70a66c

#70a66c

Complementary Color

#70a66c #a26ca6

#70a66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70a66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70a66c Color CSS Codes

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

#70a66c Text Font Color

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

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


#70a66c Background Color

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

This div background color is #70a66c


#70a66c Border Color

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

This div border color is #70a66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70a66c


Comments

No comments written yet.

Please login to write comment.