Color Hex Logo

#9eb035 Color Hex

#9EB035
(158,176,53)
0 Favorites   0 Comments

Color spaces of #9eb035

RGB 15817653
HSL0.190.540.45
HSV69°70°69°
CMYK 0.100.000.70   0.31
XYZ30.268538.57689.2189
Yxy38.57680.38770.4942
Hunter Lab62.1102-21.703634.6769
CIE-Lab68.4436-22.536057.7705

#9eb035 color RGB value is (158,176,53).

#9eb035 hex color red value is 158, green value is 176 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #9eb035 hue: 0.19 , saturation: 0.54 and the lightness value of 9eb035 is 0.45.

The process color (four color CMYK) of #9eb035 color hex is 0.10, 0.00, 0.70, 0.31. Web safe color of #9eb035 is #999933. Color #9eb035 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10110000 00110101
Octal 236 260 65
Decimal 158 176 53
Hex 9E B0 35

RGB Percentages of Color #9eb035

%40.83
%45.48
%13.70

CMYK Percentages of Color #9eb035

%10
%0
%70
%31

Triadic Colors of #9eb035

#9eb035 #359eb0 #b0359e

Analogous Colors of #9eb035

#9eb035 #61b035 #b08535

Monochromatic Colors of #9eb035

#9eb035

Complementary Color

#9eb035 #4735b0

#9eb035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eb035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eb035 Color CSS Codes

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

#9eb035 Text Font Color

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

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


#9eb035 Background Color

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

This div background color is #9eb035


#9eb035 Border Color

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

This div border color is #9eb035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eb035


Comments

No comments written yet.

Please login to write comment.