Color Hex Logo

#70eaba Color Hex

#70EABA
(112,234,186)
0 Favorites   0 Comments

Color spaces of #70eaba

RGB 112234186
HSL0.430.740.68
HSV156°52°92°
CMYK 0.520.000.21   0.08
XYZ44.967865.835656.7919
Yxy65.83560.26830.3928
Hunter Lab81.1391-43.067715.2984
CIE-Lab84.9125-45.362712.9946

#70eaba color RGB value is (112,234,186).

#70eaba hex color red value is 112, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #70eaba hue: 0.43 , saturation: 0.74 and the lightness value of 70eaba is 0.68.

The process color (four color CMYK) of #70eaba color hex is 0.52, 0.00, 0.21, 0.08. Web safe color of #70eaba is #66ffcc. Color #70eaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101010 10111010
Octal 160 352 272
Decimal 112 234 186
Hex 70 EA BA

RGB Percentages of Color #70eaba

%21.05
%43.98
%34.96

CMYK Percentages of Color #70eaba

%52
%0
%21
%8

Triadic Colors of #70eaba

#70eaba #ba70ea #eaba70

Analogous Colors of #70eaba

#70eaba #70ddea #70ea7d

Monochromatic Colors of #70eaba

#70eaba

Complementary Color

#70eaba #ea70a0

#70eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eaba Color CSS Codes

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

#70eaba Text Font Color

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

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


#70eaba Background Color

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

This div background color is #70eaba


#70eaba Border Color

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

This div border color is #70eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eaba


Comments

No comments written yet.

Please login to write comment.