Color Hex Logo

#9dbfaf Color Hex

#9DBFAF
(157,191,175)
0 Favorites   0 Comments

Color spaces of #9dbfaf

RGB 157191175
HSL0.420.210.68
HSV152°18°75°
CMYK 0.180.000.08   0.25
XYZ40.273347.524847.6080
Yxy47.52480.29740.3510
Hunter Lab68.9382-16.36337.3117
CIE-Lab74.5242-14.64474.2769

#9dbfaf color RGB value is (157,191,175).

#9dbfaf hex color red value is 157, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9dbfaf hue: 0.42 , saturation: 0.21 and the lightness value of 9dbfaf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111111 10101111
Octal 235 277 257
Decimal 157 191 175
Hex 9D BF AF

RGB Percentages of Color #9dbfaf

%30.02
%36.52
%33.46

CMYK Percentages of Color #9dbfaf

%18
%0
%8
%25

Triadic Colors of #9dbfaf

#9dbfaf #af9dbf #bfaf9d

Analogous Colors of #9dbfaf

#9dbfaf #9dbebf #9dbf9e

Monochromatic Colors of #9dbfaf

#9dbfaf

Complementary Color

#9dbfaf #bf9dad

#9dbfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbfaf Color CSS Codes

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

#9dbfaf Text Font Color

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

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


#9dbfaf Background Color

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

This div background color is #9dbfaf


#9dbfaf Border Color

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

This div border color is #9dbfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,191,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 #9dbfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbfaf

#9dbfaf Color Palettes


Comments

No comments written yet.

Please login to write comment.