Color Hex Logo

#70dfcc Color Hex

#70DFCC
(112,223,204)
0 Favorites   0 Comments

Color spaces of #70dfcc

RGB 112223204
HSL0.470.630.66
HSV170°50°87°
CMYK 0.500.000.09   0.13
XYZ43.968960.579766.5024
Yxy60.57970.25710.3542
Hunter Lab77.8330-35.37063.8242
CIE-Lab82.1523-36.3717-0.4617

#70dfcc color RGB value is (112,223,204).

#70dfcc hex color red value is 112, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #70dfcc hue: 0.47 , saturation: 0.63 and the lightness value of 70dfcc is 0.66.

The process color (four color CMYK) of #70dfcc color hex is 0.50, 0.00, 0.09, 0.13. Web safe color of #70dfcc is #66cccc. Color #70dfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011111 11001100
Octal 160 337 314
Decimal 112 223 204
Hex 70 DF CC

RGB Percentages of Color #70dfcc

%20.78
%41.37
%37.85

CMYK Percentages of Color #70dfcc

%50
%0
%9
%13

Triadic Colors of #70dfcc

#70dfcc #cc70df #dfcc70

Analogous Colors of #70dfcc

#70dfcc #70bbdf #70df95

Monochromatic Colors of #70dfcc

#70dfcc

Complementary Color

#70dfcc #df7083

#70dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dfcc Color CSS Codes

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

#70dfcc Text Font Color

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

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


#70dfcc Background Color

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

This div background color is #70dfcc


#70dfcc Border Color

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

This div border color is #70dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dfcc


Comments

No comments written yet.

Please login to write comment.