Color Hex Logo

#70b090 Color Hex

#70B090
(112,176,144)
0 Favorites   0 Comments

Color spaces of #70b090

RGB 112176144
HSL0.420.290.56
HSV150°36°69°
CMYK 0.360.000.18   0.31
XYZ27.241536.509031.9967
Yxy36.50900.28450.3813
Hunter Lab60.4227-25.263210.8990
CIE-Lab66.9070-27.69699.9758

#70b090 color RGB value is (112,176,144).

#70b090 hex color red value is 112, green value is 176 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #70b090 hue: 0.42 , saturation: 0.29 and the lightness value of 70b090 is 0.56.

The process color (four color CMYK) of #70b090 color hex is 0.36, 0.00, 0.18, 0.31. Web safe color of #70b090 is #669999. Color #70b090 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10110000 10010000
Octal 160 260 220
Decimal 112 176 144
Hex 70 B0 90

RGB Percentages of Color #70b090

%25.93
%40.74
%33.33

CMYK Percentages of Color #70b090

%36
%0
%18
%31

Triadic Colors of #70b090

#70b090 #9070b0 #b09070

Analogous Colors of #70b090

#70b090 #70b0b0 #70b070

Monochromatic Colors of #70b090

#70b090

Complementary Color

#70b090 #b07090

#70b090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b090 Color CSS Codes

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

#70b090 Text Font Color

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

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


#70b090 Background Color

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

This div background color is #70b090


#70b090 Border Color

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

This div border color is #70b090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b090


Comments

No comments written yet.

Please login to write comment.