Color Hex Logo

#70f5eb Color Hex

#70F5EB
(112,245,235)
0 Favorites   0 Comments

Color spaces of #70f5eb

RGB 112245235
HSL0.490.870.70
HSV175°54°96°
CMYK 0.540.000.04   0.04
XYZ54.329974.747790.1615
Yxy74.74770.24780.3409
Hunter Lab86.4568-39.1289-1.3109
CIE-Lab89.2747-38.8128-6.3012

#70f5eb color RGB value is (112,245,235).

#70f5eb hex color red value is 112, green value is 245 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #70f5eb hue: 0.49 , saturation: 0.87 and the lightness value of 70f5eb is 0.70.

The process color (four color CMYK) of #70f5eb color hex is 0.54, 0.00, 0.04, 0.04. Web safe color of #70f5eb is #66ffff. Color #70f5eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11110101 11101011
Octal 160 365 353
Decimal 112 245 235
Hex 70 F5 EB

RGB Percentages of Color #70f5eb

%18.92
%41.39
%39.70

CMYK Percentages of Color #70f5eb

%54
%0
%4
%4

Triadic Colors of #70f5eb

#70f5eb #eb70f5 #f5eb70

Analogous Colors of #70f5eb

#70f5eb #70bdf5 #70f5a9

Monochromatic Colors of #70f5eb

#70f5eb

Complementary Color

#70f5eb #f5707a

#70f5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70f5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70f5eb Color CSS Codes

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

#70f5eb Text Font Color

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

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


#70f5eb Background Color

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

This div background color is #70f5eb


#70f5eb Border Color

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

This div border color is #70f5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70f5eb

Related Colors


Comments

No comments written yet.

Please login to write comment.