Color Hex Logo

#9ba39a Color Hex

#9BA39A
(155,163,154)
0 Favorites   0 Comments

Color spaces of #9ba39a

RGB 155163154
HSL0.310.050.62
HSV113°64°
CMYK 0.050.000.06   0.36
XYZ32.447535.496035.7131
Yxy35.49600.31300.3424
Hunter Lab59.5785-7.04826.1648
CIE-Lab66.1330-4.57233.6806

#9ba39a color RGB value is (155,163,154).

#9ba39a hex color red value is 155, green value is 163 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #9ba39a hue: 0.31 , saturation: 0.05 and the lightness value of 9ba39a is 0.62.

The process color (four color CMYK) of #9ba39a color hex is 0.05, 0.00, 0.06, 0.36. Web safe color of #9ba39a is #999999. Color #9ba39a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100011 10011010
Octal 233 243 232
Decimal 155 163 154
Hex 9B A3 9A

RGB Percentages of Color #9ba39a

%32.84
%34.53
%32.63

CMYK Percentages of Color #9ba39a

%5
%0
%6
%36

Triadic Colors of #9ba39a

#9ba39a #9a9ba3 #a39a9b

Analogous Colors of #9ba39a

#9ba39a #9aa39e #a0a39a

Monochromatic Colors of #9ba39a

#9ba39a

Complementary Color

#9ba39a #a29aa3

#9ba39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba39a Color CSS Codes

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

#9ba39a Text Font Color

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

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


#9ba39a Background Color

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

This div background color is #9ba39a


#9ba39a Border Color

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

This div border color is #9ba39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba39a


Comments

No comments written yet.

Please login to write comment.