Color Hex Logo

#70eeca Color Hex

#70EECA
(112,238,202)
0 Favorites   0 Comments

Color spaces of #70eeca

RGB 112238202
HSL0.450.790.69
HSV163°53°93°
CMYK 0.530.000.15   0.07
XYZ47.917368.858166.6425
Yxy68.85810.26120.3754
Hunter Lab82.9808-42.141410.4703
CIE-Lab86.4337-43.58136.8010

#70eeca color RGB value is (112,238,202).

#70eeca hex color red value is 112, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #70eeca hue: 0.45 , saturation: 0.79 and the lightness value of 70eeca is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101110 11001010
Octal 160 356 312
Decimal 112 238 202
Hex 70 EE CA

RGB Percentages of Color #70eeca

%20.29
%43.12
%36.59

CMYK Percentages of Color #70eeca

%53
%0
%15
%7

Triadic Colors of #70eeca

#70eeca #ca70ee #eeca70

Analogous Colors of #70eeca

#70eeca #70d3ee #70ee8b

Monochromatic Colors of #70eeca

#70eeca

Complementary Color

#70eeca #ee7094

#70eeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eeca Color CSS Codes

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

#70eeca Text Font Color

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

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


#70eeca Background Color

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

This div background color is #70eeca


#70eeca Border Color

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

This div border color is #70eeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eeca


Comments

No comments written yet.

Please login to write comment.