Color Hex Logo

#9bc85d Color Hex

#9BC85D
(155,200,93)
0 Favorites   0 Comments

Color spaces of #9bc85d

RGB 15520093
HSL0.240.490.57
HSV85°54°78°
CMYK 0.230.000.54   0.22
XYZ36.147649.067417.9217
Yxy49.06740.35050.4758
Hunter Lab70.0481-30.471233.8644
CIE-Lab75.4932-32.110248.1404

#9bc85d color RGB value is (155,200,93).

#9bc85d hex color red value is 155, green value is 200 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #9bc85d hue: 0.24 , saturation: 0.49 and the lightness value of 9bc85d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001000 01011101
Octal 233 310 135
Decimal 155 200 93
Hex 9B C8 5D

RGB Percentages of Color #9bc85d

%34.60
%44.64
%20.76

CMYK Percentages of Color #9bc85d

%23
%0
%54
%22

Triadic Colors of #9bc85d

#9bc85d #5d9bc8 #c85d9b

Analogous Colors of #9bc85d

#9bc85d #66c85d #c8c05d

Monochromatic Colors of #9bc85d

#9bc85d

Complementary Color

#9bc85d #8a5dc8

#9bc85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc85d Color CSS Codes

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

#9bc85d Text Font Color

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

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


#9bc85d Background Color

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

This div background color is #9bc85d


#9bc85d Border Color

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

This div border color is #9bc85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc85d


Comments

No comments written yet.

Please login to write comment.