Color Hex Logo

#70fcef Color Hex

#70FCEF
(112,252,239)
0 Favorites   0 Comments

Color spaces of #70fcef

RGB 112252239
HSL0.480.960.71
HSV174°56°99°
CMYK 0.560.000.05   0.01
XYZ57.072579.297593.9593
Yxy79.29750.24780.3443
Hunter Lab89.0491-41.4335-0.2248
CIE-Lab91.3687-40.9708-5.2916

#70fcef color RGB value is (112,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111100 11101111
Octal 160 374 357
Decimal 112 252 239
Hex 70 FC EF

RGB Percentages of Color #70fcef

%18.57
%41.79
%39.64

CMYK Percentages of Color #70fcef

%56
%0
%5
%1

Triadic Colors of #70fcef

#70fcef #ef70fc #fcef70

Analogous Colors of #70fcef

#70fcef #70c3fc #70fca9

Monochromatic Colors of #70fcef

#70fcef

Complementary Color

#70fcef #fc707d

#70fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#70fcef Color CSS Codes

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

#70fcef Text Font Color

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

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


#70fcef Background Color

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

This div background color is #70fcef


#70fcef Border Color

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

This div border color is #70fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70fcef

Related Colors


Comments

No comments written yet.

Please login to write comment.