Color Hex Logo

#70dcdf Color Hex

#70DCDF
(112,220,223)
0 Favorites   0 Comments

Color spaces of #70dcdf

RGB 112220223
HSL0.500.630.66
HSV182°50°87°
CMYK 0.500.010.00   0.13
XYZ45.594659.958978.9822
Yxy59.95890.24710.3249
Hunter Lab77.4331-30.4026-6.2729
CIE-Lab81.8158-30.2132-11.0540

#70dcdf color RGB value is (112,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011100 11011111
Octal 160 334 337
Decimal 112 220 223
Hex 70 DC DF

RGB Percentages of Color #70dcdf

%20.18
%39.64
%40.18

CMYK Percentages of Color #70dcdf

%50
%1
%0
%13

Triadic Colors of #70dcdf

#70dcdf #df70dc #dcdf70

Analogous Colors of #70dcdf

#70dcdf #70a5df #70dfab

Monochromatic Colors of #70dcdf

#70dcdf

Complementary Color

#70dcdf #df7370

#70dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dcdf Color CSS Codes

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

#70dcdf Text Font Color

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

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


#70dcdf Background Color

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

This div background color is #70dcdf


#70dcdf Border Color

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

This div border color is #70dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dcdf


Comments

No comments written yet.

Please login to write comment.