Color Hex Logo

#9fb898 Color Hex

#9FB898
(159,184,152)
0 Favorites   0 Comments

Color spaces of #9fb898

RGB 159184152
HSL0.300.180.66
HSV107°17°72°
CMYK 0.140.000.17   0.28
XYZ37.106143.918936.2273
Yxy43.91890.31650.3746
Hunter Lab66.2713-16.030613.9790
CIE-Lab72.1743-14.630213.4378

#9fb898 color RGB value is (159,184,152).

#9fb898 hex color red value is 159, green value is 184 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #9fb898 hue: 0.30 , saturation: 0.18 and the lightness value of 9fb898 is 0.66.

The process color (four color CMYK) of #9fb898 color hex is 0.14, 0.00, 0.17, 0.28. Web safe color of #9fb898 is #99cc99. Color #9fb898 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111000 10011000
Octal 237 270 230
Decimal 159 184 152
Hex 9F B8 98

RGB Percentages of Color #9fb898

%32.12
%37.17
%30.71

CMYK Percentages of Color #9fb898

%14
%0
%17
%28

Triadic Colors of #9fb898

#9fb898 #989fb8 #b8989f

Analogous Colors of #9fb898

#9fb898 #98b8a1 #afb898

Monochromatic Colors of #9fb898

#9fb898

Complementary Color

#9fb898 #b198b8

#9fb898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb898 Color CSS Codes

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

#9fb898 Text Font Color

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

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


#9fb898 Background Color

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

This div background color is #9fb898


#9fb898 Border Color

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

This div border color is #9fb898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb898


Comments

No comments written yet.

Please login to write comment.