Color Hex Logo

#96aea6 Color Hex

#96AEA6
(150,174,166)
0 Favorites   0 Comments

Color spaces of #96aea6

RGB 150174166
HSL0.440.130.64
HSV160°14°68°
CMYK 0.140.000.05   0.32
XYZ34.596739.509341.8790
Yxy39.50930.29830.3406
Hunter Lab62.8564-11.75094.4967
CIE-Lab69.1186-9.89001.3079

#96aea6 color RGB value is (150,174,166).

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

The process color (four color CMYK) of #96aea6 color hex is 0.14, 0.00, 0.05, 0.32. Web safe color of #96aea6 is #999999. Color #96aea6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101110 10100110
Octal 226 256 246
Decimal 150 174 166
Hex 96 AE A6

RGB Percentages of Color #96aea6

%30.61
%35.51
%33.88

CMYK Percentages of Color #96aea6

%14
%0
%5
%32

Triadic Colors of #96aea6

#96aea6 #a696ae #aea696

Analogous Colors of #96aea6

#96aea6 #96aaae #96ae9a

Monochromatic Colors of #96aea6

#96aea6

Complementary Color

#96aea6 #ae969e

#96aea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aea6 Color CSS Codes

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

#96aea6 Text Font Color

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

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


#96aea6 Background Color

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

This div background color is #96aea6


#96aea6 Border Color

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

This div border color is #96aea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aea6


Comments

No comments written yet.

Please login to write comment.