Color Hex Logo

#70db90 Color Hex

#70DB90
(112,219,144)
0 Favorites   0 Comments

Color spaces of #70db90

RGB 112219144
HSL0.380.600.65
HSV138°49°86°
CMYK 0.490.000.34   0.14
XYZ37.047756.121435.2655
Yxy56.12140.28850.4370
Hunter Lab74.9142-42.825424.5295
CIE-Lab79.6829-47.186727.6211

#70db90 color RGB value is (112,219,144).

#70db90 hex color red value is 112, green value is 219 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #70db90 hue: 0.38 , saturation: 0.60 and the lightness value of 70db90 is 0.65.

The process color (four color CMYK) of #70db90 color hex is 0.49, 0.00, 0.34, 0.14. Web safe color of #70db90 is #66cc99. Color #70db90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011011 10010000
Octal 160 333 220
Decimal 112 219 144
Hex 70 DB 90

RGB Percentages of Color #70db90

%23.58
%46.11
%30.32

CMYK Percentages of Color #70db90

%49
%0
%34
%14

Triadic Colors of #70db90

#70db90 #9070db #db9070

Analogous Colors of #70db90

#70db90 #70dbc6 #86db70

Monochromatic Colors of #70db90

#70db90

Complementary Color

#70db90 #db70bb

#70db90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70db90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70db90 Color CSS Codes

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

#70db90 Text Font Color

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

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


#70db90 Background Color

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

This div background color is #70db90


#70db90 Border Color

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

This div border color is #70db90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,219,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 #70db90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70db90


Comments

No comments written yet.

Please login to write comment.