Color Hex Logo

#9bc957 Color Hex

#9BC957
(155,201,87)
0 Favorites   0 Comments

Color spaces of #9bc957

RGB 15520187
HSL0.230.510.56
HSV84°57°79°
CMYK 0.230.000.57   0.21
XYZ36.124549.430016.6538
Yxy49.43000.35340.4836
Hunter Lab70.3065-31.320435.1703
CIE-Lab75.7181-33.156551.1763

#9bc957 color RGB value is (155,201,87).

#9bc957 hex color red value is 155, green value is 201 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #9bc957 hue: 0.23 , saturation: 0.51 and the lightness value of 9bc957 is 0.56.

The process color (four color CMYK) of #9bc957 color hex is 0.23, 0.00, 0.57, 0.21. Web safe color of #9bc957 is #99cc66. Color #9bc957 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001001 01010111
Octal 233 311 127
Decimal 155 201 87
Hex 9B C9 57

RGB Percentages of Color #9bc957

%34.99
%45.37
%19.64

CMYK Percentages of Color #9bc957

%23
%0
%57
%21

Triadic Colors of #9bc957

#9bc957 #579bc9 #c9579b

Analogous Colors of #9bc957

#9bc957 #62c957 #c9be57

Monochromatic Colors of #9bc957

#9bc957

Complementary Color

#9bc957 #8557c9

#9bc957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc957 Color CSS Codes

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

#9bc957 Text Font Color

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

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


#9bc957 Background Color

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

This div background color is #9bc957


#9bc957 Border Color

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

This div border color is #9bc957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc957


Comments

No comments written yet.

Please login to write comment.