Color Hex Logo

#9fbeac Color Hex

#9FBEAC
(159,190,172)
0 Favorites   0 Comments

Color spaces of #9fbeac

RGB 159190172
HSL0.400.190.68
HSV145°16°75°
CMYK 0.160.000.09   0.25
XYZ40.157947.176446.0191
Yxy47.17640.30110.3538
Hunter Lab68.6851-15.83588.3552
CIE-Lab74.3025-14.04805.6024

#9fbeac color RGB value is (159,190,172).

#9fbeac hex color red value is 159, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9fbeac hue: 0.40 , saturation: 0.19 and the lightness value of 9fbeac is 0.68.

The process color (four color CMYK) of #9fbeac color hex is 0.16, 0.00, 0.09, 0.25. Web safe color of #9fbeac is #99cc99. Color #9fbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111110 10101100
Octal 237 276 254
Decimal 159 190 172
Hex 9F BE AC

RGB Percentages of Color #9fbeac

%30.52
%36.47
%33.01

CMYK Percentages of Color #9fbeac

%16
%0
%9
%25

Triadic Colors of #9fbeac

#9fbeac #ac9fbe #beac9f

Analogous Colors of #9fbeac

#9fbeac #9fbebc #a2be9f

Monochromatic Colors of #9fbeac

#9fbeac

Complementary Color

#9fbeac #be9fb1

#9fbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbeac Color CSS Codes

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

#9fbeac Text Font Color

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

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


#9fbeac Background Color

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

This div background color is #9fbeac


#9fbeac Border Color

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

This div border color is #9fbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbeac


Comments

No comments written yet.

Please login to write comment.