Color Hex Logo

#70efcc Color Hex

#70EFCC
(112,239,204)
0 Favorites   0 Comments

Color spaces of #70efcc

RGB 112239204
HSL0.450.800.69
HSV163°53°94°
CMYK 0.530.000.15   0.06
XYZ48.447769.537467.9953
Yxy69.53740.26050.3739
Hunter Lab83.3891-42.225310.0274
CIE-Lab86.7695-43.56566.2386

#70efcc color RGB value is (112,239,204).

#70efcc hex color red value is 112, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #70efcc hue: 0.45 , saturation: 0.80 and the lightness value of 70efcc is 0.69.

The process color (four color CMYK) of #70efcc color hex is 0.53, 0.00, 0.15, 0.06. Web safe color of #70efcc is #66ffcc. Color #70efcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101111 11001100
Octal 160 357 314
Decimal 112 239 204
Hex 70 EF CC

RGB Percentages of Color #70efcc

%20.18
%43.06
%36.76

CMYK Percentages of Color #70efcc

%53
%0
%15
%6

Triadic Colors of #70efcc

#70efcc #cc70ef #efcc70

Analogous Colors of #70efcc

#70efcc #70d3ef #70ef8d

Monochromatic Colors of #70efcc

#70efcc

Complementary Color

#70efcc #ef7093

#70efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70efcc Color CSS Codes

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

#70efcc Text Font Color

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

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


#70efcc Background Color

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

This div background color is #70efcc


#70efcc Border Color

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

This div border color is #70efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70efcc


Comments

No comments written yet.

Please login to write comment.