Color Hex Logo

#70ccba Color Hex

#70CCBA
(112,204,186)
0 Favorites   0 Comments

Color spaces of #70ccba

RGB 112204186
HSL0.470.470.62
HSV168°45°80°
CMYK 0.450.000.09   0.20
XYZ37.137950.175654.1819
Yxy50.17560.26250.3546
Hunter Lab70.8347-30.37514.2331
CIE-Lab76.1769-31.77870.4383

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 10111010
Octal 160 314 272
Decimal 112 204 186
Hex 70 CC BA

RGB Percentages of Color #70ccba

%22.31
%40.64
%37.05

CMYK Percentages of Color #70ccba

%45
%0
%9
%20

Triadic Colors of #70ccba

#70ccba #ba70cc #ccba70

Analogous Colors of #70ccba

#70ccba #70b0cc #70cc8c

Monochromatic Colors of #70ccba

#70ccba

Complementary Color

#70ccba #cc7082

#70ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccba Color CSS Codes

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

#70ccba Text Font Color

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

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


#70ccba Background Color

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

This div background color is #70ccba


#70ccba Border Color

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

This div border color is #70ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccba


Comments

No comments written yet.

Please login to write comment.