Color Hex Logo

#96aaae Color Hex

#96AAAE
(150,170,174)
0 Favorites   0 Comments

Color spaces of #96aaae

RGB 150170174
HSL0.530.130.64
HSV190°14°68°
CMYK 0.140.020.00   0.32
XYZ34.592438.289545.6118
Yxy38.28950.29190.3231
Hunter Lab61.8785-8.4992-0.3888
CIE-Lab68.2334-6.0895-4.4173

#96aaae color RGB value is (150,170,174).

#96aaae hex color red value is 150, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #96aaae hue: 0.53 , saturation: 0.13 and the lightness value of 96aaae is 0.64.

The process color (four color CMYK) of #96aaae color hex is 0.14, 0.02, 0.00, 0.32. Web safe color of #96aaae is #999999. Color #96aaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101010 10101110
Octal 226 252 256
Decimal 150 170 174
Hex 96 AA AE

RGB Percentages of Color #96aaae

%30.36
%34.41
%35.22

CMYK Percentages of Color #96aaae

%14
%2
%0
%32

Triadic Colors of #96aaae

#96aaae #ae96aa #aaae96

Analogous Colors of #96aaae

#96aaae #969eae #96aea6

Monochromatic Colors of #96aaae

#96aaae

Complementary Color

#96aaae #ae9a96

#96aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aaae Color CSS Codes

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

#96aaae Text Font Color

<p style="color:#96aaae">Text here</p>

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


#96aaae Background Color

<div style="background-color:#96aaae">
Div content here</div>

This div background color is #96aaae


#96aaae Border Color

<div style="border:3px solid #96aaae">
Div here</div>

This div border color is #96aaae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,170,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96aaae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96aaae;
  -webkit-box-shadow: 1px 1px 3px 2px #96aaae;
  box-shadow:         1px 1px 3px 2px #96aaae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,170,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aaae


Comments

No comments written yet.

Please login to write comment.