Color Hex Logo

#9bea7f Color Hex

#9BEA7F
(155,234,127)
0 Favorites   0 Comments

Color spaces of #9bea7f

RGB 155234127
HSL0.290.720.71
HSV104°46°92°
CMYK 0.340.000.46   0.08
XYZ46.771267.346530.6128
Yxy67.34650.32320.4653
Hunter Lab82.0649-41.881235.3284
CIE-Lab85.6786-43.524944.2859

#9bea7f color RGB value is (155,234,127).

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

The process color (four color CMYK) of #9bea7f color hex is 0.34, 0.00, 0.46, 0.08. Web safe color of #9bea7f is #99ff66. Color #9bea7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101010 01111111
Octal 233 352 177
Decimal 155 234 127
Hex 9B EA 7F

RGB Percentages of Color #9bea7f

%30.04
%45.35
%24.61

CMYK Percentages of Color #9bea7f

%34
%0
%46
%8

Triadic Colors of #9bea7f

#9bea7f #7f9bea #ea7f9b

Analogous Colors of #9bea7f

#9bea7f #7fea99 #d1ea7f

Monochromatic Colors of #9bea7f

#9bea7f

Complementary Color

#9bea7f #ce7fea

#9bea7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bea7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bea7f Color CSS Codes

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

#9bea7f Text Font Color

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

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


#9bea7f Background Color

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

This div background color is #9bea7f


#9bea7f Border Color

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

This div border color is #9bea7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bea7f


Comments

No comments written yet.

Please login to write comment.