Color Hex Logo

#9beb92 Color Hex

#9BEB92
(155,235,146)
0 Favorites   0 Comments

Color spaces of #9beb92

RGB 155235146
HSL0.320.690.75
HSV114°38°92°
CMYK 0.340.000.38   0.08
XYZ48.414268.460537.8566
Yxy68.46050.31290.4424
Hunter Lab82.7409-40.350730.7915
CIE-Lab86.2362-41.359035.6352

#9beb92 color RGB value is (155,235,146).

#9beb92 hex color red value is 155, green value is 235 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #9beb92 hue: 0.32 , saturation: 0.69 and the lightness value of 9beb92 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101011 10010010
Octal 233 353 222
Decimal 155 235 146
Hex 9B EB 92

RGB Percentages of Color #9beb92

%28.92
%43.84
%27.24

CMYK Percentages of Color #9beb92

%34
%0
%38
%8

Triadic Colors of #9beb92

#9beb92 #929beb #eb929b

Analogous Colors of #9beb92

#9beb92 #92ebb6 #c8eb92

Monochromatic Colors of #9beb92

#9beb92

Complementary Color

#9beb92 #e292eb

#9beb92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beb92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beb92 Color CSS Codes

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

#9beb92 Text Font Color

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

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


#9beb92 Background Color

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

This div background color is #9beb92


#9beb92 Border Color

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

This div border color is #9beb92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beb92


Comments

No comments written yet.

Please login to write comment.