Color Hex Logo

#70cccc Color Hex

#70CCCC
(112,204,204)
0 Favorites   0 Comments

Color spaces of #70cccc

RGB 112204204
HSL0.500.470.62
HSV180°45°80°
CMYK 0.450.000.00   0.20
XYZ39.174050.990164.9041
Yxy50.99010.25260.3288
Hunter Lab71.4074-27.0380-3.9052
CIE-Lab76.6730-27.3553-8.5383

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

#70cccc hex color red value is 112, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #70cccc hue: 0.50 , saturation: 0.47 and the lightness value of 70cccc is 0.62.

The process color (four color CMYK) of #70cccc color hex is 0.45, 0.00, 0.00, 0.20. Web safe color of #70cccc is #66cccc. Color #70cccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 11001100
Octal 160 314 314
Decimal 112 204 204
Hex 70 CC CC

RGB Percentages of Color #70cccc

%21.54
%39.23
%39.23

CMYK Percentages of Color #70cccc

%45
%0
%0
%20

Triadic Colors of #70cccc

#70cccc #cc70cc #cccc70

Analogous Colors of #70cccc

#70cccc #709ecc #70cc9e

Monochromatic Colors of #70cccc

#70cccc

Complementary Color

#70cccc #cc7070

#70cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cccc Color CSS Codes

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

#70cccc Text Font Color

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

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


#70cccc Background Color

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

This div background color is #70cccc


#70cccc Border Color

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

This div border color is #70cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cccc


Comments

No comments written yet.

Please login to write comment.