Color Hex Logo

#70bc83 Color Hex

#70BC83
(112,188,131)
0 Favorites   0 Comments

Color spaces of #70bc83

RGB 112188131
HSL0.380.360.59
HSV135°40°74°
CMYK 0.400.000.30   0.26
XYZ28.762041.049927.8802
Yxy41.04990.29440.4202
Hunter Lab64.0702-31.991719.0490
CIE-Lab70.2109-35.914921.6380

#70bc83 color RGB value is (112,188,131).

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

The process color (four color CMYK) of #70bc83 color hex is 0.40, 0.00, 0.30, 0.26. Web safe color of #70bc83 is #66cc99. Color #70bc83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111100 10000011
Octal 160 274 203
Decimal 112 188 131
Hex 70 BC 83

RGB Percentages of Color #70bc83

%25.99
%43.62
%30.39

CMYK Percentages of Color #70bc83

%40
%0
%30
%26

Triadic Colors of #70bc83

#70bc83 #8370bc #bc8370

Analogous Colors of #70bc83

#70bc83 #70bca9 #83bc70

Monochromatic Colors of #70bc83

#70bc83

Complementary Color

#70bc83 #bc70a9

#70bc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bc83 Color CSS Codes

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

#70bc83 Text Font Color

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

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


#70bc83 Background Color

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

This div background color is #70bc83


#70bc83 Border Color

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

This div border color is #70bc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bc83


Comments

No comments written yet.

Please login to write comment.