Color Hex Logo

#9baf8e Color Hex

#9BAF8E
(155,175,142)
2 Favorites   0 Comments

Color spaces of #9baf8e

RGB 155175142
HSL0.270.170.62
HSV96°19°69°
CMYK 0.110.000.19   0.31
XYZ33.730039.581531.4534
Yxy39.58150.32200.3778
Hunter Lab62.9138-14.400014.3980
CIE-Lab69.1704-13.119814.6351

#9baf8e color RGB value is (155,175,142).

#9baf8e hex color red value is 155, green value is 175 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #9baf8e hue: 0.27 , saturation: 0.17 and the lightness value of 9baf8e is 0.62.

The process color (four color CMYK) of #9baf8e color hex is 0.11, 0.00, 0.19, 0.31. Web safe color of #9baf8e is #999999. Color #9baf8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101111 10001110
Octal 233 257 216
Decimal 155 175 142
Hex 9B AF 8E

RGB Percentages of Color #9baf8e

%32.84
%37.08
%30.08

CMYK Percentages of Color #9baf8e

%11
%0
%19
%31

Triadic Colors of #9baf8e

#9baf8e #8e9baf #af8e9b

Analogous Colors of #9baf8e

#9baf8e #8eaf92 #acaf8e

Monochromatic Colors of #9baf8e

#9baf8e

Complementary Color

#9baf8e #a28eaf

#9baf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baf8e Color CSS Codes

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

#9baf8e Text Font Color

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

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


#9baf8e Background Color

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

This div background color is #9baf8e


#9baf8e Border Color

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

This div border color is #9baf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baf8e


Comments

No comments written yet.

Please login to write comment.