Color Hex Logo

#70ccdf Color Hex

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

Color spaces of #70ccdf

RGB 112204223
HSL0.530.630.66
HSV190°50°87°
CMYK 0.500.090.00   0.13
XYZ41.594251.958277.6487
Yxy51.95820.24300.3035
Hunter Lab72.0820-23.1420-13.4114
CIE-Lab77.2558-22.3573-17.8990

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

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

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

Base Numbers

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

RGB Percentages of Color #70ccdf

%20.78
%37.85
%41.37

CMYK Percentages of Color #70ccdf

%50
%9
%0
%13

Triadic Colors of #70ccdf

#70ccdf #df70cc #ccdf70

Analogous Colors of #70ccdf

#70ccdf #7095df #70dfbb

Monochromatic Colors of #70ccdf

#70ccdf

Complementary Color

#70ccdf #df8370

#70ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccdf Color CSS Codes

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

#70ccdf Text Font Color

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

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


#70ccdf Background Color

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

This div background color is #70ccdf


#70ccdf Border Color

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

This div border color is #70ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccdf


Comments

No comments written yet.

Please login to write comment.