Color Hex Logo

#9caeab Color Hex

#9CAEAB
(156,174,171)
0 Favorites   0 Comments

Color spaces of #9caeab

RGB 156174171
HSL0.470.100.65
HSV170°10°68°
CMYK 0.100.000.02   0.32
XYZ36.197040.280344.3952
Yxy40.28030.29950.3332
Hunter Lab63.4668-9.26292.9532
CIE-Lab69.6687-6.8395-0.6002

#9caeab color RGB value is (156,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 10101011
Octal 234 256 253
Decimal 156 174 171
Hex 9C AE AB

RGB Percentages of Color #9caeab

%31.14
%34.73
%34.13

CMYK Percentages of Color #9caeab

%10
%0
%2
%32

Triadic Colors of #9caeab

#9caeab #ab9cae #aeab9c

Analogous Colors of #9caeab

#9caeab #9ca8ae #9caea2

Monochromatic Colors of #9caeab

#9caeab

Complementary Color

#9caeab #ae9c9f

#9caeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caeab Color CSS Codes

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

#9caeab Text Font Color

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

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


#9caeab Background Color

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

This div background color is #9caeab


#9caeab Border Color

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

This div border color is #9caeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caeab


Comments

No comments written yet.

Please login to write comment.