Color Hex Logo

#70cbbb Color Hex

#70CBBB
(112,203,187)
0 Favorites   0 Comments

Color spaces of #70cbbb

RGB 112203187
HSL0.470.470.62
HSV169°45°80°
CMYK 0.450.000.08   0.20
XYZ37.007749.744554.6648
Yxy49.74450.26170.3518
Hunter Lab70.5298-29.76633.4175
CIE-Lab75.9122-31.0652-0.4876

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001011 10111011
Octal 160 313 273
Decimal 112 203 187
Hex 70 CB BB

RGB Percentages of Color #70cbbb

%22.31
%40.44
%37.25

CMYK Percentages of Color #70cbbb

%45
%0
%8
%20

Triadic Colors of #70cbbb

#70cbbb #bb70cb #cbbb70

Analogous Colors of #70cbbb

#70cbbb #70aecb #70cb8e

Monochromatic Colors of #70cbbb

#70cbbb

Complementary Color

#70cbbb #cb7080

#70cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cbbb Color CSS Codes

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

#70cbbb Text Font Color

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

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


#70cbbb Background Color

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

This div background color is #70cbbb


#70cbbb Border Color

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

This div border color is #70cbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cbbb


Comments

No comments written yet.

Please login to write comment.