Color Hex Logo

#96bdaa Color Hex

#96BDAA
(150,189,170)
0 Favorites   0 Comments

Color spaces of #96bdaa

RGB 150189170
HSL0.420.230.66
HSV151°21°74°
CMYK 0.210.000.10   0.26
XYZ38.031045.781544.8625
Yxy45.78150.29560.3558
Hunter Lab67.6620-18.07858.0519
CIE-Lab73.4035-16.91755.3206

#96bdaa color RGB value is (150,189,170).

#96bdaa hex color red value is 150, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #96bdaa hue: 0.42 , saturation: 0.23 and the lightness value of 96bdaa is 0.66.

The process color (four color CMYK) of #96bdaa color hex is 0.21, 0.00, 0.10, 0.26. Web safe color of #96bdaa is #99cc99. Color #96bdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111101 10101010
Octal 226 275 252
Decimal 150 189 170
Hex 96 BD AA

RGB Percentages of Color #96bdaa

%29.47
%37.13
%33.40

CMYK Percentages of Color #96bdaa

%21
%0
%10
%26

Triadic Colors of #96bdaa

#96bdaa #aa96bd #bdaa96

Analogous Colors of #96bdaa

#96bdaa #96bdbd #96bd97

Monochromatic Colors of #96bdaa

#96bdaa

Complementary Color

#96bdaa #bd96a9

#96bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bdaa Color CSS Codes

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

#96bdaa Text Font Color

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

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


#96bdaa Background Color

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

This div background color is #96bdaa


#96bdaa Border Color

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

This div border color is #96bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bdaa


Comments

No comments written yet.

Please login to write comment.