Color Hex Logo

#70fce2 Color Hex

#70FCE2
(112,252,226)
0 Favorites   0 Comments

Color spaces of #70fce2

RGB 112252226
HSL0.470.960.71
HSV169°56°99°
CMYK 0.560.000.10   0.01
XYZ55.220078.556584.2040
Yxy78.55650.25330.3604
Hunter Lab88.6321-43.89635.7146
CIE-Lab91.0332-44.13900.9620

#70fce2 color RGB value is (112,252,226).

#70fce2 hex color red value is 112, green value is 252 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #70fce2 hue: 0.47 , saturation: 0.96 and the lightness value of 70fce2 is 0.71.

The process color (four color CMYK) of #70fce2 color hex is 0.56, 0.00, 0.10, 0.01. Web safe color of #70fce2 is #66ffcc. Color #70fce2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111100 11100010
Octal 160 374 342
Decimal 112 252 226
Hex 70 FC E2

RGB Percentages of Color #70fce2

%18.98
%42.71
%38.31

CMYK Percentages of Color #70fce2

%56
%0
%10
%1

Triadic Colors of #70fce2

#70fce2 #e270fc #fce270

Analogous Colors of #70fce2

#70fce2 #70d0fc #70fc9c

Monochromatic Colors of #70fce2

#70fce2

Complementary Color

#70fce2 #fc708a

#70fce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70fce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70fce2 Color CSS Codes

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

#70fce2 Text Font Color

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

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


#70fce2 Background Color

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

This div background color is #70fce2


#70fce2 Border Color

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

This div border color is #70fce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70fce2

Related Colors


Comments

No comments written yet.

Please login to write comment.