Color Hex Logo

#70bfbb Color Hex

#70BFBB
(112,191,187)
0 Favorites   0 Comments

Color spaces of #70bfbb

RGB 112191187
HSL0.490.380.59
HSV177°41°75°
CMYK 0.410.000.02   0.25
XYZ34.282544.294253.7565
Yxy44.29420.25910.3347
Hunter Lab66.5539-24.5224-1.3016
CIE-Lab72.4247-25.2245-5.6151

#70bfbb color RGB value is (112,191,187).

#70bfbb hex color red value is 112, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #70bfbb hue: 0.49 , saturation: 0.38 and the lightness value of 70bfbb is 0.59.

The process color (four color CMYK) of #70bfbb color hex is 0.41, 0.00, 0.02, 0.25. Web safe color of #70bfbb is #66cccc. Color #70bfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 10111011
Octal 160 277 273
Decimal 112 191 187
Hex 70 BF BB

RGB Percentages of Color #70bfbb

%22.86
%38.98
%38.16

CMYK Percentages of Color #70bfbb

%41
%0
%2
%25

Triadic Colors of #70bfbb

#70bfbb #bb70bf #bfbb70

Analogous Colors of #70bfbb

#70bfbb #709cbf #70bf94

Monochromatic Colors of #70bfbb

#70bfbb

Complementary Color

#70bfbb #bf7074

#70bfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bfbb Color CSS Codes

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

#70bfbb Text Font Color

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

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


#70bfbb Background Color

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

This div background color is #70bfbb


#70bfbb Border Color

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

This div border color is #70bfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bfbb


Comments

No comments written yet.

Please login to write comment.