Color Hex Logo

#70ccdc Color Hex

#70CCDC
(112,204,220)
0 Favorites   0 Comments

Color spaces of #70ccdc

RGB 112204220
HSL0.520.610.65
HSV189°49°86°
CMYK 0.490.070.00   0.14
XYZ41.193251.797875.5370
Yxy51.79780.24440.3074
Hunter Lab71.9707-23.7823-11.8485
CIE-Lab77.1598-23.1671-16.4300

#70ccdc color RGB value is (112,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 11011100
Octal 160 314 334
Decimal 112 204 220
Hex 70 CC DC

RGB Percentages of Color #70ccdc

%20.90
%38.06
%41.04

CMYK Percentages of Color #70ccdc

%49
%7
%0
%14

Triadic Colors of #70ccdc

#70ccdc #dc70cc #ccdc70

Analogous Colors of #70ccdc

#70ccdc #7096dc #70dcb6

Monochromatic Colors of #70ccdc

#70ccdc

Complementary Color

#70ccdc #dc8070

#70ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccdc Color CSS Codes

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

#70ccdc Text Font Color

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

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


#70ccdc Background Color

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

This div background color is #70ccdc


#70ccdc Border Color

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

This div border color is #70ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccdc


Comments

No comments written yet.

Please login to write comment.