Color Hex Logo

#9bd97d Color Hex

#9BD97D
(155,217,125)
0 Favorites   0 Comments

Color spaces of #9bd97d

RGB 155217125
HSL0.280.550.67
HSV100°42°85°
CMYK 0.290.000.42   0.15
XYZ42.032158.074928.3963
Yxy58.07490.32710.4519
Hunter Lab76.2069-34.909931.2521
CIE-Lab80.7804-36.221939.0825

#9bd97d color RGB value is (155,217,125).

#9bd97d hex color red value is 155, green value is 217 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9bd97d hue: 0.28 , saturation: 0.55 and the lightness value of 9bd97d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011001 01111101
Octal 233 331 175
Decimal 155 217 125
Hex 9B D9 7D

RGB Percentages of Color #9bd97d

%31.19
%43.66
%25.15

CMYK Percentages of Color #9bd97d

%29
%0
%42
%15

Triadic Colors of #9bd97d

#9bd97d #7d9bd9 #d97d9b

Analogous Colors of #9bd97d

#9bd97d #7dd98d #c9d97d

Monochromatic Colors of #9bd97d

#9bd97d

Complementary Color

#9bd97d #bb7dd9

#9bd97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd97d Color CSS Codes

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

#9bd97d Text Font Color

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

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


#9bd97d Background Color

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

This div background color is #9bd97d


#9bd97d Border Color

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

This div border color is #9bd97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd97d


Comments

No comments written yet.

Please login to write comment.