Color Hex Logo

#9bc28c Color Hex

#9BC28C
(155,194,140)
0 Favorites   0 Comments

Color spaces of #9bc28c

RGB 155194140
HSL0.290.310.65
HSV103°28°76°
CMYK 0.200.000.28   0.24
XYZ37.543047.445631.9901
Yxy47.44560.32090.4056
Hunter Lab68.8808-23.251120.6806
CIE-Lab74.4739-23.113823.0313

#9bc28c color RGB value is (155,194,140).

#9bc28c hex color red value is 155, green value is 194 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #9bc28c hue: 0.29 , saturation: 0.31 and the lightness value of 9bc28c is 0.65.

The process color (four color CMYK) of #9bc28c color hex is 0.20, 0.00, 0.28, 0.24. Web safe color of #9bc28c is #99cc99. Color #9bc28c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000010 10001100
Octal 233 302 214
Decimal 155 194 140
Hex 9B C2 8C

RGB Percentages of Color #9bc28c

%31.70
%39.67
%28.63

CMYK Percentages of Color #9bc28c

%20
%0
%28
%24

Triadic Colors of #9bc28c

#9bc28c #8c9bc2 #c28c9b

Analogous Colors of #9bc28c

#9bc28c #8cc298 #b6c28c

Monochromatic Colors of #9bc28c

#9bc28c

Complementary Color

#9bc28c #b38cc2

#9bc28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc28c Color CSS Codes

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

#9bc28c Text Font Color

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

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


#9bc28c Background Color

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

This div background color is #9bc28c


#9bc28c Border Color

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

This div border color is #9bc28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc28c


Comments

No comments written yet.

Please login to write comment.