Color Hex Logo

#9be15c Color Hex

#9BE15C
(155,225,92)
0 Favorites   0 Comments

Color spaces of #9be15c

RGB 15522592
HSL0.250.690.62
HSV92°59°88°
CMYK 0.310.000.59   0.12
XYZ42.374561.591719.7802
Yxy61.59170.34240.4977
Hunter Lab78.4804-40.961839.9928
CIE-Lab82.6958-43.446456.8938

#9be15c color RGB value is (155,225,92).

#9be15c hex color red value is 155, green value is 225 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #9be15c hue: 0.25 , saturation: 0.69 and the lightness value of 9be15c is 0.62.

The process color (four color CMYK) of #9be15c color hex is 0.31, 0.00, 0.59, 0.12. Web safe color of #9be15c is #99cc66. Color #9be15c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100001 01011100
Octal 233 341 134
Decimal 155 225 92
Hex 9B E1 5C

RGB Percentages of Color #9be15c

%32.84
%47.67
%19.49

CMYK Percentages of Color #9be15c

%31
%0
%59
%12

Triadic Colors of #9be15c

#9be15c #5c9be1 #e15c9b

Analogous Colors of #9be15c

#9be15c #5ce160 #dee15c

Monochromatic Colors of #9be15c

#9be15c

Complementary Color

#9be15c #a25ce1

#9be15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be15c Color CSS Codes

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

#9be15c Text Font Color

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

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


#9be15c Background Color

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

This div background color is #9be15c


#9be15c Border Color

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

This div border color is #9be15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be15c


Comments

No comments written yet.

Please login to write comment.