Color Hex Logo

#70dccf Color Hex

#70DCCF
(112,220,207)
0 Favorites   0 Comments

Color spaces of #70dccf

RGB 112220207
HSL0.480.610.65
HSV173°49°86°
CMYK 0.490.000.06   0.14
XYZ43.537859.136168.1512
Yxy59.13610.25490.3462
Hunter Lab76.9000-33.51521.2853
CIE-Lab81.3663-34.2521-3.2077

#70dccf color RGB value is (112,220,207).

#70dccf hex color red value is 112, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #70dccf hue: 0.48 , saturation: 0.61 and the lightness value of 70dccf is 0.65.

The process color (four color CMYK) of #70dccf color hex is 0.49, 0.00, 0.06, 0.14. Web safe color of #70dccf is #66cccc. Color #70dccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011100 11001111
Octal 160 334 317
Decimal 112 220 207
Hex 70 DC CF

RGB Percentages of Color #70dccf

%20.78
%40.82
%38.40

CMYK Percentages of Color #70dccf

%49
%0
%6
%14

Triadic Colors of #70dccf

#70dccf #cf70dc #dccf70

Analogous Colors of #70dccf

#70dccf #70b3dc #70dc99

Monochromatic Colors of #70dccf

#70dccf

Complementary Color

#70dccf #dc707d

#70dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dccf Color CSS Codes

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

#70dccf Text Font Color

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

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


#70dccf Background Color

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

This div background color is #70dccf


#70dccf Border Color

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

This div border color is #70dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dccf


Comments

No comments written yet.

Please login to write comment.