Color Hex Logo

#70cdcb Color Hex

#70CDCB
(112,205,203)
0 Favorites   0 Comments

Color spaces of #70cdcb

RGB 112205203
HSL0.500.480.62
HSV179°45°80°
CMYK 0.450.000.01   0.20
XYZ39.292951.419264.3539
Yxy51.41920.25340.3316
Hunter Lab71.7072-27.6761-3.0150
CIE-Lab76.9322-28.0967-7.6144

#70cdcb color RGB value is (112,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001101 11001011
Octal 160 315 313
Decimal 112 205 203
Hex 70 CD CB

RGB Percentages of Color #70cdcb

%21.54
%39.42
%39.04

CMYK Percentages of Color #70cdcb

%45
%0
%1
%20

Triadic Colors of #70cdcb

#70cdcb #cb70cd #cdcb70

Analogous Colors of #70cdcb

#70cdcb #70a1cd #70cd9d

Monochromatic Colors of #70cdcb

#70cdcb

Complementary Color

#70cdcb #cd7072

#70cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cdcb Color CSS Codes

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

#70cdcb Text Font Color

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

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


#70cdcb Background Color

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

This div background color is #70cdcb


#70cdcb Border Color

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

This div border color is #70cdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cdcb


Comments

No comments written yet.

Please login to write comment.