Color Hex Logo

#70edfc Color Hex

#70EDFC
(112,237,252)
0 Favorites   0 Comments

Color spaces of #70edfc

RGB 112237252
HSL0.520.960.71
HSV186°56°99°
CMYK 0.560.060.00   0.01
XYZ54.537071.0414102.9334
Yxy71.04140.23870.3109
Hunter Lab84.2861-32.0028-13.4070
CIE-Lab87.5051-30.6588-17.8316

#70edfc color RGB value is (112,237,252).

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

The process color (four color CMYK) of #70edfc color hex is 0.56, 0.06, 0.00, 0.01. Web safe color of #70edfc is #66ffff. Color #70edfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101101 11111100
Octal 160 355 374
Decimal 112 237 252
Hex 70 ED FC

RGB Percentages of Color #70edfc

%18.64
%39.43
%41.93

CMYK Percentages of Color #70edfc

%56
%6
%0
%1

Triadic Colors of #70edfc

#70edfc #fc70ed #edfc70

Analogous Colors of #70edfc

#70edfc #70a7fc #70fcc5

Monochromatic Colors of #70edfc

#70edfc

Complementary Color

#70edfc #fc7f70

#70edfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70edfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70edfc Color CSS Codes

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

#70edfc Text Font Color

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

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


#70edfc Background Color

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

This div background color is #70edfc


#70edfc Border Color

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

This div border color is #70edfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70edfc


Comments

No comments written yet.

Please login to write comment.