Color Hex Logo

#70998a Color Hex

#70998A
(112,153,138)
0 Favorites   0 Comments

Color spaces of #70998a

RGB 112153138
HSL0.440.170.52
HSV158°27°60°
CMYK 0.270.000.10   0.40
XYZ22.660828.062228.2670
Yxy28.06220.28690.3553
Hunter Lab52.9738-16.34645.4443
CIE-Lab59.9449-17.31023.3534

#70998a color RGB value is (112,153,138).

#70998a hex color red value is 112, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #70998a hue: 0.44 , saturation: 0.17 and the lightness value of 70998a is 0.52.

The process color (four color CMYK) of #70998a color hex is 0.27, 0.00, 0.10, 0.40. Web safe color of #70998a is #669999. Color #70998a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011001 10001010
Octal 160 231 212
Decimal 112 153 138
Hex 70 99 8A

RGB Percentages of Color #70998a

%27.79
%37.97
%34.24

CMYK Percentages of Color #70998a

%27
%0
%10
%40

Triadic Colors of #70998a

#70998a #8a7099 #998a70

Analogous Colors of #70998a

#70998a #709499 #709976

Monochromatic Colors of #70998a

#70998a

Complementary Color

#70998a #99707f

#70998a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70998a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70998a Color CSS Codes

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

#70998a Text Font Color

<p style="color:#70998a">Text here</p>

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


#70998a Background Color

<div style="background-color:#70998a">
Div content here</div>

This div background color is #70998a


#70998a Border Color

<div style="border:3px solid #70998a">
Div here</div>

This div border color is #70998a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,153,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70998a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70998a;
  -webkit-box-shadow: 1px 1px 3px 2px #70998a;
  box-shadow:         1px 1px 3px 2px #70998a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70998a


Comments

No comments written yet.

Please login to write comment.