Color Hex Logo

#70deb7 Color Hex

#70DEB7
(112,222,183)
0 Favorites   0 Comments

Color spaces of #70deb7

RGB 112222183
HSL0.440.630.65
HSV159°50°87°
CMYK 0.500.000.18   0.13
XYZ41.350659.106254.0290
Yxy59.10620.26770.3826
Hunter Lab76.8806-38.533812.1494
CIE-Lab81.3499-40.74689.5065

#70deb7 color RGB value is (112,222,183).

#70deb7 hex color red value is 112, green value is 222 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #70deb7 hue: 0.44 , saturation: 0.63 and the lightness value of 70deb7 is 0.65.

The process color (four color CMYK) of #70deb7 color hex is 0.50, 0.00, 0.18, 0.13. Web safe color of #70deb7 is #66cccc. Color #70deb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011110 10110111
Octal 160 336 267
Decimal 112 222 183
Hex 70 DE B7

RGB Percentages of Color #70deb7

%21.66
%42.94
%35.40

CMYK Percentages of Color #70deb7

%50
%0
%18
%13

Triadic Colors of #70deb7

#70deb7 #b770de #deb770

Analogous Colors of #70deb7

#70deb7 #70cede #70de80

Monochromatic Colors of #70deb7

#70deb7

Complementary Color

#70deb7 #de7097

#70deb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70deb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70deb7 Color CSS Codes

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

#70deb7 Text Font Color

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

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


#70deb7 Background Color

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

This div background color is #70deb7


#70deb7 Border Color

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

This div border color is #70deb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70deb7


Comments

No comments written yet.

Please login to write comment.