Color Hex Logo

#70eccb Color Hex

#70ECCB
(112,236,203)
0 Favorites   0 Comments

Color spaces of #70eccb

RGB 112236203
HSL0.460.770.68
HSV164°53°93°
CMYK 0.530.000.14   0.07
XYZ47.457067.747467.0752
Yxy67.74740.26040.3717
Hunter Lab82.3088-41.12229.2995
CIE-Lab85.8800-42.47285.4795

#70eccb color RGB value is (112,236,203).

#70eccb hex color red value is 112, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #70eccb hue: 0.46 , saturation: 0.77 and the lightness value of 70eccb is 0.68.

The process color (four color CMYK) of #70eccb color hex is 0.53, 0.00, 0.14, 0.07. Web safe color of #70eccb is #66ffcc. Color #70eccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101100 11001011
Octal 160 354 313
Decimal 112 236 203
Hex 70 EC CB

RGB Percentages of Color #70eccb

%20.33
%42.83
%36.84

CMYK Percentages of Color #70eccb

%53
%0
%14
%7

Triadic Colors of #70eccb

#70eccb #cb70ec #eccb70

Analogous Colors of #70eccb

#70eccb #70cfec #70ec8d

Monochromatic Colors of #70eccb

#70eccb

Complementary Color

#70eccb #ec7091

#70eccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eccb Color CSS Codes

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

#70eccb Text Font Color

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

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


#70eccb Background Color

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

This div background color is #70eccb


#70eccb Border Color

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

This div border color is #70eccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eccb


Comments

No comments written yet.

Please login to write comment.