Color Hex Logo

#9be95e Color Hex

#9BE95E
(155,233,94)
0 Favorites   0 Comments

Color spaces of #9be95e

RGB 15523394
HSL0.260.760.64
HSV94°60°91°
CMYK 0.330.000.60   0.09
XYZ44.676966.054520.9848
Yxy66.05450.33920.5015
Hunter Lab81.2739-44.106541.5832
CIE-Lab85.0242-46.686258.6541

#9be95e color RGB value is (155,233,94).

#9be95e hex color red value is 155, green value is 233 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9be95e hue: 0.26 , saturation: 0.76 and the lightness value of 9be95e is 0.64.

The process color (four color CMYK) of #9be95e color hex is 0.33, 0.00, 0.60, 0.09. Web safe color of #9be95e is #99ff66. Color #9be95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101001 01011110
Octal 233 351 136
Decimal 155 233 94
Hex 9B E9 5E

RGB Percentages of Color #9be95e

%32.16
%48.34
%19.50

CMYK Percentages of Color #9be95e

%33
%0
%60
%9

Triadic Colors of #9be95e

#9be95e #5e9be9 #e95e9b

Analogous Colors of #9be95e

#9be95e #5ee967 #e1e95e

Monochromatic Colors of #9be95e

#9be95e

Complementary Color

#9be95e #ac5ee9

#9be95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be95e Color CSS Codes

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

#9be95e Text Font Color

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

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


#9be95e Background Color

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

This div background color is #9be95e


#9be95e Border Color

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

This div border color is #9be95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be95e


Comments

No comments written yet.

Please login to write comment.