Color Hex Logo

#9dacaf Color Hex

#9DACAF
(157,172,175)
0 Favorites   0 Comments

Color spaces of #9dacaf

RGB 157172175
HSL0.530.100.65
HSV190°10°69°
CMYK 0.100.020.00   0.31
XYZ36.395039.768346.3153
Yxy39.76830.29720.3247
Hunter Lab63.0621-7.34110.5986
CIE-Lab69.3042-4.6087-3.3366

#9dacaf color RGB value is (157,172,175).

#9dacaf hex color red value is 157, green value is 172 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9dacaf hue: 0.53 , saturation: 0.10 and the lightness value of 9dacaf is 0.65.

The process color (four color CMYK) of #9dacaf color hex is 0.10, 0.02, 0.00, 0.31. Web safe color of #9dacaf is #999999. Color #9dacaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101100 10101111
Octal 235 254 257
Decimal 157 172 175
Hex 9D AC AF

RGB Percentages of Color #9dacaf

%31.15
%34.13
%34.72

CMYK Percentages of Color #9dacaf

%10
%2
%0
%31

Triadic Colors of #9dacaf

#9dacaf #af9dac #acaf9d

Analogous Colors of #9dacaf

#9dacaf #9da3af #9dafa9

Monochromatic Colors of #9dacaf

#9dacaf

Complementary Color

#9dacaf #afa09d

#9dacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dacaf Color CSS Codes

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

#9dacaf Text Font Color

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

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


#9dacaf Background Color

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

This div background color is #9dacaf


#9dacaf Border Color

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

This div border color is #9dacaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dacaf


Comments

No comments written yet.

Please login to write comment.