Color Hex Logo

#70cd88 Color Hex

#70CD88
(112,205,136)
0 Favorites   0 Comments

Color spaces of #70cd88

RGB 112205136
HSL0.380.480.62
HSV135°45°80°
CMYK 0.450.000.34   0.20
XYZ32.957348.885030.9913
Yxy48.88500.29210.4332
Hunter Lab69.9178-38.216322.6620
CIE-Lab75.3797-42.608125.9914

#70cd88 color RGB value is (112,205,136).

#70cd88 hex color red value is 112, green value is 205 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #70cd88 hue: 0.38 , saturation: 0.48 and the lightness value of 70cd88 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001101 10001000
Octal 160 315 210
Decimal 112 205 136
Hex 70 CD 88

RGB Percentages of Color #70cd88

%24.72
%45.25
%30.02

CMYK Percentages of Color #70cd88

%45
%0
%34
%20

Triadic Colors of #70cd88

#70cd88 #8870cd #cd8870

Analogous Colors of #70cd88

#70cd88 #70cdb7 #87cd70

Monochromatic Colors of #70cd88

#70cd88

Complementary Color

#70cd88 #cd70b5

#70cd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cd88 Color CSS Codes

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

#70cd88 Text Font Color

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

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


#70cd88 Background Color

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

This div background color is #70cd88


#70cd88 Border Color

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

This div border color is #70cd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cd88


Comments

No comments written yet.

Please login to write comment.