Color Hex Logo

#9bc070 Color Hex

#9BC070
(155,192,112)
0 Favorites   0 Comments

Color spaces of #9bc070

RGB 155192112
HSL0.240.390.60
HSV88°42°75°
CMYK 0.190.000.42   0.25
XYZ35.291845.837722.3167
Yxy45.83770.34120.4431
Hunter Lab67.7035-25.434627.8491
CIE-Lab73.4401-26.142236.2873

#9bc070 color RGB value is (155,192,112).

#9bc070 hex color red value is 155, green value is 192 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #9bc070 hue: 0.24 , saturation: 0.39 and the lightness value of 9bc070 is 0.60.

The process color (four color CMYK) of #9bc070 color hex is 0.19, 0.00, 0.42, 0.25. Web safe color of #9bc070 is #99cc66. Color #9bc070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000000 01110000
Octal 233 300 160
Decimal 155 192 112
Hex 9B C0 70

RGB Percentages of Color #9bc070

%33.77
%41.83
%24.40

CMYK Percentages of Color #9bc070

%19
%0
%42
%25

Triadic Colors of #9bc070

#9bc070 #709bc0 #c0709b

Analogous Colors of #9bc070

#9bc070 #73c070 #c0bd70

Monochromatic Colors of #9bc070

#9bc070

Complementary Color

#9bc070 #9570c0

#9bc070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc070 Color CSS Codes

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

#9bc070 Text Font Color

<p style="color:#9bc070">Text here</p>

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


#9bc070 Background Color

<div style="background-color:#9bc070">
Div content here</div>

This div background color is #9bc070


#9bc070 Border Color

<div style="border:3px solid #9bc070">
Div here</div>

This div border color is #9bc070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,192,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bc070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bc070;
  -webkit-box-shadow: 1px 1px 3px 2px #9bc070;
  box-shadow:         1px 1px 3px 2px #9bc070; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc070


Comments

No comments written yet.

Please login to write comment.