Color Hex Logo

#9bed7e Color Hex

#9BED7E
(155,237,126)
0 Favorites   0 Comments

Color spaces of #9bed7e

RGB 155237126
HSL0.290.760.71
HSV104°47°93°
CMYK 0.350.000.47   0.07
XYZ47.567769.043330.5583
Yxy69.04330.32320.4691
Hunter Lab83.0923-43.225936.3599
CIE-Lab86.5255-44.946945.8238

#9bed7e color RGB value is (155,237,126).

#9bed7e hex color red value is 155, green value is 237 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9bed7e hue: 0.29 , saturation: 0.76 and the lightness value of 9bed7e is 0.71.

The process color (four color CMYK) of #9bed7e color hex is 0.35, 0.00, 0.47, 0.07. Web safe color of #9bed7e is #99ff66. Color #9bed7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101101 01111110
Octal 233 355 176
Decimal 155 237 126
Hex 9B ED 7E

RGB Percentages of Color #9bed7e

%29.92
%45.75
%24.32

CMYK Percentages of Color #9bed7e

%35
%0
%47
%7

Triadic Colors of #9bed7e

#9bed7e #7e9bed #ed7e9b

Analogous Colors of #9bed7e

#9bed7e #7eed99 #d3ed7e

Monochromatic Colors of #9bed7e

#9bed7e

Complementary Color

#9bed7e #d07eed

#9bed7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bed7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bed7e Color CSS Codes

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

#9bed7e Text Font Color

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

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


#9bed7e Background Color

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

This div background color is #9bed7e


#9bed7e Border Color

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

This div border color is #9bed7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bed7e

#9bed7e Color Palettes


Comments

No comments written yet.

Please login to write comment.