Color Hex Logo

#70cdc2 Color Hex

#70CDC2
(112,205,194)
0 Favorites   0 Comments

Color spaces of #70cdc2

RGB 112205194
HSL0.480.480.62
HSV173°45°80°
CMYK 0.450.000.05   0.20
XYZ38.251051.002458.8673
Yxy51.00240.25820.3443
Hunter Lab71.4160-29.37181.1192
CIE-Lab76.6805-30.3331-3.1362

#70cdc2 color RGB value is (112,205,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001101 11000010
Octal 160 315 302
Decimal 112 205 194
Hex 70 CD C2

RGB Percentages of Color #70cdc2

%21.92
%40.12
%37.96

CMYK Percentages of Color #70cdc2

%45
%0
%5
%20

Triadic Colors of #70cdc2

#70cdc2 #c270cd #cdc270

Analogous Colors of #70cdc2

#70cdc2 #70aacd #70cd94

Monochromatic Colors of #70cdc2

#70cdc2

Complementary Color

#70cdc2 #cd707b

#70cdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cdc2 Color CSS Codes

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

#70cdc2 Text Font Color

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

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


#70cdc2 Background Color

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

This div background color is #70cdc2


#70cdc2 Border Color

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

This div border color is #70cdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cdc2


Comments

No comments written yet.

Please login to write comment.