Color Hex Logo

#96afba Color Hex

#96AFBA
(150,175,186)
0 Favorites   0 Comments

Color spaces of #96afba

RGB 150175186
HSL0.550.210.66
HSV198°19°73°
CMYK 0.190.060.00   0.27
XYZ36.770640.689152.3701
Yxy40.68910.28320.3134
Hunter Lab63.7880-8.7327-4.0256
CIE-Lab69.9575-6.1802-8.4981

#96afba color RGB value is (150,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101111 10111010
Octal 226 257 272
Decimal 150 175 186
Hex 96 AF BA

RGB Percentages of Color #96afba

%29.35
%34.25
%36.40

CMYK Percentages of Color #96afba

%19
%6
%0
%27

Triadic Colors of #96afba

#96afba #ba96af #afba96

Analogous Colors of #96afba

#96afba #969dba #96bab3

Monochromatic Colors of #96afba

#96afba

Complementary Color

#96afba #baa196

#96afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#96afba Color CSS Codes

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

#96afba Text Font Color

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

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


#96afba Background Color

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

This div background color is #96afba


#96afba Border Color

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

This div border color is #96afba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,175,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 #96afba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96afba


Comments

No comments written yet.

Please login to write comment.