Color Hex Logo

#9cadb9 Color Hex

#9CADB9
(156,173,185)
0 Favorites   0 Comments

Color spaces of #9cadb9

RGB 156173185
HSL0.570.170.67
HSV205°16°73°
CMYK 0.160.060.00   0.27
XYZ37.410840.457851.7363
Yxy40.45780.28870.3122
Hunter Lab63.6064-6.3246-3.7009
CIE-Lab69.7944-3.3745-8.1447

#9cadb9 color RGB value is (156,173,185).

#9cadb9 hex color red value is 156, green value is 173 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #9cadb9 hue: 0.57 , saturation: 0.17 and the lightness value of 9cadb9 is 0.67.

The process color (four color CMYK) of #9cadb9 color hex is 0.16, 0.06, 0.00, 0.27. Web safe color of #9cadb9 is #9999cc. Color #9cadb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101101 10111001
Octal 234 255 271
Decimal 156 173 185
Hex 9C AD B9

RGB Percentages of Color #9cadb9

%30.35
%33.66
%35.99

CMYK Percentages of Color #9cadb9

%16
%6
%0
%27

Triadic Colors of #9cadb9

#9cadb9 #b99cad #adb99c

Analogous Colors of #9cadb9

#9cadb9 #9c9fb9 #9cb9b7

Monochromatic Colors of #9cadb9

#9cadb9

Complementary Color

#9cadb9 #b9a89c

#9cadb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cadb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cadb9 Color CSS Codes

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

#9cadb9 Text Font Color

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

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


#9cadb9 Background Color

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

This div background color is #9cadb9


#9cadb9 Border Color

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

This div border color is #9cadb9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,173,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cadb9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cadb9;
  -webkit-box-shadow: 1px 1px 3px 2px #9cadb9;
  box-shadow:         1px 1px 3px 2px #9cadb9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,173,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cadb9

#9cadb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.