Color Hex Logo

#70cfbc Color Hex

#70CFBC
(112,207,188)
0 Favorites   0 Comments

Color spaces of #70cfbc

RGB 112207188
HSL0.470.500.63
HSV168°46°81°
CMYK 0.460.000.09   0.19
XYZ38.072051.701255.5497
Yxy51.70120.26200.3558
Hunter Lab71.9035-31.31784.5275
CIE-Lab77.1018-32.72610.7104

#70cfbc color RGB value is (112,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001111 10111100
Octal 160 317 274
Decimal 112 207 188
Hex 70 CF BC

RGB Percentages of Color #70cfbc

%22.09
%40.83
%37.08

CMYK Percentages of Color #70cfbc

%46
%0
%9
%19

Triadic Colors of #70cfbc

#70cfbc #bc70cf #cfbc70

Analogous Colors of #70cfbc

#70cfbc #70b3cf #70cf8d

Monochromatic Colors of #70cfbc

#70cfbc

Complementary Color

#70cfbc #cf7083

#70cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cfbc Color CSS Codes

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

#70cfbc Text Font Color

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

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


#70cfbc Background Color

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

This div background color is #70cfbc


#70cfbc Border Color

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

This div border color is #70cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cfbc


Comments

No comments written yet.

Please login to write comment.