Color Hex Logo

#9fbcaf Color Hex

#9FBCAF
(159,188,175)
0 Favorites   0 Comments

Color spaces of #9fbcaf

RGB 159188175
HSL0.430.180.68
HSV153°15°74°
CMYK 0.150.000.07   0.26
XYZ40.019246.432547.4106
Yxy46.43250.29900.3469
Hunter Lab68.1414-14.41506.4469
CIE-Lab73.8253-12.42373.2819

#9fbcaf color RGB value is (159,188,175).

#9fbcaf hex color red value is 159, green value is 188 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9fbcaf hue: 0.43 , saturation: 0.18 and the lightness value of 9fbcaf is 0.68.

The process color (four color CMYK) of #9fbcaf color hex is 0.15, 0.00, 0.07, 0.26. Web safe color of #9fbcaf is #99cc99. Color #9fbcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 10101111
Octal 237 274 257
Decimal 159 188 175
Hex 9F BC AF

RGB Percentages of Color #9fbcaf

%30.46
%36.02
%33.52

CMYK Percentages of Color #9fbcaf

%15
%0
%7
%26

Triadic Colors of #9fbcaf

#9fbcaf #af9fbc #bcaf9f

Analogous Colors of #9fbcaf

#9fbcaf #9fbbbc #9fbca1

Monochromatic Colors of #9fbcaf

#9fbcaf

Complementary Color

#9fbcaf #bc9fac

#9fbcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbcaf Color CSS Codes

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

#9fbcaf Text Font Color

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

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


#9fbcaf Background Color

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

This div background color is #9fbcaf


#9fbcaf Border Color

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

This div border color is #9fbcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbcaf


Comments

No comments written yet.

Please login to write comment.