Color Hex Logo

#70faed Color Hex

#70FAED
(112,250,237)
0 Favorites   0 Comments

Color spaces of #70faed

RGB 112250237
HSL0.480.930.71
HSV174°55°98°
CMYK 0.550.000.05   0.02
XYZ56.153877.930492.2032
Yxy77.93040.24820.3444
Hunter Lab88.2782-40.9429-0.1314
CIE-Lab90.7481-40.5714-5.1678

#70faed color RGB value is (112,250,237).

#70faed hex color red value is 112, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #70faed hue: 0.48 , saturation: 0.93 and the lightness value of 70faed is 0.71.

The process color (four color CMYK) of #70faed color hex is 0.55, 0.00, 0.05, 0.02. Web safe color of #70faed is #66ffff. Color #70faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111010 11101101
Octal 160 372 355
Decimal 112 250 237
Hex 70 FA ED

RGB Percentages of Color #70faed

%18.70
%41.74
%39.57

CMYK Percentages of Color #70faed

%55
%0
%5
%2

Triadic Colors of #70faed

#70faed #ed70fa #faed70

Analogous Colors of #70faed

#70faed #70c2fa #70faa8

Monochromatic Colors of #70faed

#70faed

Complementary Color

#70faed #fa707d

#70faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#70faed Color CSS Codes

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

#70faed Text Font Color

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

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


#70faed Background Color

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

This div background color is #70faed


#70faed Border Color

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

This div border color is #70faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70faed

Related Colors


Comments

No comments written yet.

Please login to write comment.