Color Hex Logo

#70cddf Color Hex

#70CDDF
(112,205,223)
0 Favorites   0 Comments

Color spaces of #70cddf

RGB 112205223
HSL0.530.630.66
HSV190°50°87°
CMYK 0.500.080.00   0.13
XYZ41.832752.435177.7282
Yxy52.43510.24320.3049
Hunter Lab72.4121-23.6011-12.9543
CIE-Lab77.5403-22.8592-17.4696

#70cddf color RGB value is (112,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001101 11011111
Octal 160 315 337
Decimal 112 205 223
Hex 70 CD DF

RGB Percentages of Color #70cddf

%20.74
%37.96
%41.30

CMYK Percentages of Color #70cddf

%50
%8
%0
%13

Triadic Colors of #70cddf

#70cddf #df70cd #cddf70

Analogous Colors of #70cddf

#70cddf #7096df #70dfba

Monochromatic Colors of #70cddf

#70cddf

Complementary Color

#70cddf #df8270

#70cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cddf Color CSS Codes

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

#70cddf Text Font Color

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

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


#70cddf Background Color

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

This div background color is #70cddf


#70cddf Border Color

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

This div border color is #70cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cddf


Comments

No comments written yet.

Please login to write comment.