Color Hex Logo

#9ebe20 Color Hex

#9EBE20
(158,190,32)
0 Favorites   0 Comments

Color spaces of #9ebe20

RGB 15819032
HSL0.200.710.44
HSV72°83°75°
CMYK 0.170.000.83   0.25
XYZ32.774744.20038.1706
Yxy44.20030.38490.5191
Hunter Lab66.4833-28.349539.2518
CIE-Lab72.3622-30.251467.9903

#9ebe20 color RGB value is (158,190,32).

#9ebe20 hex color red value is 158, green value is 190 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #9ebe20 hue: 0.20 , saturation: 0.71 and the lightness value of 9ebe20 is 0.44.

The process color (four color CMYK) of #9ebe20 color hex is 0.17, 0.00, 0.83, 0.25. Web safe color of #9ebe20 is #99cc33. Color #9ebe20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 00100000
Octal 236 276 40
Decimal 158 190 32
Hex 9E BE 20

RGB Percentages of Color #9ebe20

%41.58
%50.00
%8.42

CMYK Percentages of Color #9ebe20

%17
%0
%83
%25

Triadic Colors of #9ebe20

#9ebe20 #209ebe #be209e

Analogous Colors of #9ebe20

#9ebe20 #4fbe20 #be8f20

Monochromatic Colors of #9ebe20

#9ebe20

Complementary Color

#9ebe20 #4020be

#9ebe20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebe20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebe20 Color CSS Codes

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

#9ebe20 Text Font Color

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

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


#9ebe20 Background Color

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

This div background color is #9ebe20


#9ebe20 Border Color

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

This div border color is #9ebe20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,190,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ebe20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ebe20;
  -webkit-box-shadow: 1px 1px 3px 2px #9ebe20;
  box-shadow:         1px 1px 3px 2px #9ebe20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,190,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebe20


Comments

No comments written yet.

Please login to write comment.