Color Hex Logo

#9be92a Color Hex

#9BE92A
(155,233,42)
0 Favorites   0 Comments

Color spaces of #9be92a

RGB 15523342
HSL0.230.810.54
HSV85°82°91°
CMYK 0.330.000.82   0.09
XYZ43.074465.413612.5463
Yxy65.41360.35590.5405
Hunter Lab80.8787-46.472147.4177
CIE-Lab84.6964-49.978276.2916

#9be92a color RGB value is (155,233,42).

#9be92a hex color red value is 155, green value is 233 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #9be92a hue: 0.23 , saturation: 0.81 and the lightness value of 9be92a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101001 00101010
Octal 233 351 52
Decimal 155 233 42
Hex 9B E9 2A

RGB Percentages of Color #9be92a

%36.05
%54.19
%9.77

CMYK Percentages of Color #9be92a

%33
%0
%82
%9

Triadic Colors of #9be92a

#9be92a #2a9be9 #e92a9b

Analogous Colors of #9be92a

#9be92a #3ce92a #e9d82a

Monochromatic Colors of #9be92a

#9be92a

Complementary Color

#9be92a #782ae9

#9be92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be92a Color CSS Codes

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

#9be92a Text Font Color

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

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


#9be92a Background Color

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

This div background color is #9be92a


#9be92a Border Color

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

This div border color is #9be92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be92a


Comments

No comments written yet.

Please login to write comment.