Color Hex Logo

#70ebad Color Hex

#70EBAD
(112,235,173)
0 Favorites   0 Comments

Color spaces of #70ebad

RGB 112235173
HSL0.420.750.68
HSV150°52°92°
CMYK 0.520.000.26   0.08
XYZ43.933265.878549.9355
Yxy65.87850.27500.4124
Hunter Lab81.1656-45.421520.3389
CIE-Lab84.9344-48.468419.7910

#70ebad color RGB value is (112,235,173).

#70ebad hex color red value is 112, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #70ebad hue: 0.42 , saturation: 0.75 and the lightness value of 70ebad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101011 10101101
Octal 160 353 255
Decimal 112 235 173
Hex 70 EB AD

RGB Percentages of Color #70ebad

%21.54
%45.19
%33.27

CMYK Percentages of Color #70ebad

%52
%0
%26
%8

Triadic Colors of #70ebad

#70ebad #ad70eb #ebad70

Analogous Colors of #70ebad

#70ebad #70ebeb #71eb70

Monochromatic Colors of #70ebad

#70ebad

Complementary Color

#70ebad #eb70ae

#70ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ebad Color CSS Codes

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

#70ebad Text Font Color

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

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


#70ebad Background Color

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

This div background color is #70ebad


#70ebad Border Color

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

This div border color is #70ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ebad


Comments

No comments written yet.

Please login to write comment.