Color Hex Logo

#70eafc Color Hex

#70EAFC
(112,234,252)
0 Favorites   0 Comments

Color spaces of #70eafc

RGB 112234252
HSL0.520.960.71
HSV188°56°99°
CMYK 0.560.070.00   0.01
XYZ53.675669.3187102.6463
Yxy69.31870.23790.3072
Hunter Lab83.2579-30.6239-14.8165
CIE-Lab86.6616-29.2221-19.1033

#70eafc color RGB value is (112,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101010 11111100
Octal 160 352 374
Decimal 112 234 252
Hex 70 EA FC

RGB Percentages of Color #70eafc

%18.73
%39.13
%42.14

CMYK Percentages of Color #70eafc

%56
%7
%0
%1

Triadic Colors of #70eafc

#70eafc #fc70ea #eafc70

Analogous Colors of #70eafc

#70eafc #70a4fc #70fcc8

Monochromatic Colors of #70eafc

#70eafc

Complementary Color

#70eafc #fc8270

#70eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eafc Color CSS Codes

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

#70eafc Text Font Color

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

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


#70eafc Background Color

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

This div background color is #70eafc


#70eafc Border Color

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

This div border color is #70eafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,234,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 #70eafc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eafc

Related Colors


Comments

No comments written yet.

Please login to write comment.