Color Hex Logo

#70dccd Color Hex

#70DCCD
(112,220,205)
0 Favorites   0 Comments

Color spaces of #70dccd

RGB 112220205
HSL0.480.610.65
HSV172°49°86°
CMYK 0.490.000.07   0.14
XYZ43.294759.038966.8714
Yxy59.03890.25590.3489
Hunter Lab76.8368-33.88622.1854
CIE-Lab81.3130-34.7407-2.2221

#70dccd color RGB value is (112,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011100 11001101
Octal 160 334 315
Decimal 112 220 205
Hex 70 DC CD

RGB Percentages of Color #70dccd

%20.86
%40.97
%38.18

CMYK Percentages of Color #70dccd

%49
%0
%7
%14

Triadic Colors of #70dccd

#70dccd #cd70dc #dccd70

Analogous Colors of #70dccd

#70dccd #70b5dc #70dc97

Monochromatic Colors of #70dccd

#70dccd

Complementary Color

#70dccd #dc707f

#70dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dccd Color CSS Codes

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

#70dccd Text Font Color

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

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


#70dccd Background Color

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

This div background color is #70dccd


#70dccd Border Color

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

This div border color is #70dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dccd


Comments

No comments written yet.

Please login to write comment.