Color Hex Logo

#70cbcb Color Hex

#70CBCB
(112,203,203)
0 Favorites   0 Comments

Color spaces of #70cbcb

RGB 112203203
HSL0.500.470.62
HSV180°45°80°
CMYK 0.450.000.00   0.20
XYZ38.817550.468464.1954
Yxy50.46840.25290.3288
Hunter Lab71.0411-26.7880-3.8479
CIE-Lab76.3559-27.1205-8.4702

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001011 11001011
Octal 160 313 313
Decimal 112 203 203
Hex 70 CB CB

RGB Percentages of Color #70cbcb

%21.62
%39.19
%39.19

CMYK Percentages of Color #70cbcb

%45
%0
%0
%20

Triadic Colors of #70cbcb

#70cbcb #cb70cb #cbcb70

Analogous Colors of #70cbcb

#70cbcb #709ecb #70cb9e

Monochromatic Colors of #70cbcb

#70cbcb

Complementary Color

#70cbcb #cb7070

#70cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cbcb Color CSS Codes

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

#70cbcb Text Font Color

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

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


#70cbcb Background Color

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

This div background color is #70cbcb


#70cbcb Border Color

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

This div border color is #70cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cbcb


Comments

No comments written yet.

Please login to write comment.