Color Hex Logo

#96adba Color Hex

#96ADBA
(150,173,186)
0 Favorites   0 Comments

Color spaces of #96adba

RGB 150173186
HSL0.560.210.66
HSV202°19°73°
CMYK 0.190.070.00   0.27
XYZ36.384239.916352.2413
Yxy39.91630.28310.3105
Hunter Lab63.1793-7.7679-4.7998
CIE-Lab69.4099-5.1002-9.3138

#96adba color RGB value is (150,173,186).

#96adba hex color red value is 150, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #96adba hue: 0.56 , saturation: 0.21 and the lightness value of 96adba is 0.66.

The process color (four color CMYK) of #96adba color hex is 0.19, 0.07, 0.00, 0.27. Web safe color of #96adba is #9999cc. Color #96adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101101 10111010
Octal 226 255 272
Decimal 150 173 186
Hex 96 AD BA

RGB Percentages of Color #96adba

%29.47
%33.99
%36.54

CMYK Percentages of Color #96adba

%19
%7
%0
%27

Triadic Colors of #96adba

#96adba #ba96ad #adba96

Analogous Colors of #96adba

#96adba #969bba #96bab5

Monochromatic Colors of #96adba

#96adba

Complementary Color

#96adba #baa396

#96adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#96adba Color CSS Codes

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

#96adba Text Font Color

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

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


#96adba Background Color

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

This div background color is #96adba


#96adba Border Color

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

This div border color is #96adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96adba


Comments

No comments written yet.

Please login to write comment.