Color Hex Logo

#9cadab Color Hex

#9CADAB
(156,173,171)
0 Favorites   0 Comments

Color spaces of #9cadab

RGB 156173171
HSL0.480.090.65
HSV173°10°68°
CMYK 0.100.000.01   0.32
XYZ36.004639.895344.3310
Yxy39.89530.29950.3318
Hunter Lab63.1627-8.78462.6010
CIE-Lab69.3949-6.3026-1.0007

#9cadab color RGB value is (156,173,171).

#9cadab hex color red value is 156, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9cadab hue: 0.48 , saturation: 0.09 and the lightness value of 9cadab is 0.65.

The process color (four color CMYK) of #9cadab color hex is 0.10, 0.00, 0.01, 0.32. Web safe color of #9cadab is #999999. Color #9cadab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101101 10101011
Octal 234 255 253
Decimal 156 173 171
Hex 9C AD AB

RGB Percentages of Color #9cadab

%31.20
%34.60
%34.20

CMYK Percentages of Color #9cadab

%10
%0
%1
%32

Triadic Colors of #9cadab

#9cadab #ab9cad #adab9c

Analogous Colors of #9cadab

#9cadab #9ca7ad #9cada3

Monochromatic Colors of #9cadab

#9cadab

Complementary Color

#9cadab #ad9c9e

#9cadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cadab Color CSS Codes

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

#9cadab Text Font Color

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

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


#9cadab Background Color

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

This div background color is #9cadab


#9cadab Border Color

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

This div border color is #9cadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cadab

#9cadab Color Palettes


Comments

No comments written yet.

Please login to write comment.