Color Hex Logo

#96aeba Color Hex

#96AEBA
(150,174,186)
0 Favorites   0 Comments

Color spaces of #96aeba

RGB 150174186
HSL0.560.210.66
HSV200°19°73°
CMYK 0.190.060.00   0.27
XYZ36.576740.301352.3055
Yxy40.30130.28310.3120
Hunter Lab63.4833-8.2508-4.4122
CIE-Lab69.6836-5.6408-8.9060

#96aeba color RGB value is (150,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101110 10111010
Octal 226 256 272
Decimal 150 174 186
Hex 96 AE BA

RGB Percentages of Color #96aeba

%29.41
%34.12
%36.47

CMYK Percentages of Color #96aeba

%19
%6
%0
%27

Triadic Colors of #96aeba

#96aeba #ba96ae #aeba96

Analogous Colors of #96aeba

#96aeba #969cba #96bab4

Monochromatic Colors of #96aeba

#96aeba

Complementary Color

#96aeba #baa296

#96aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aeba Color CSS Codes

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

#96aeba Text Font Color

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

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


#96aeba Background Color

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

This div background color is #96aeba


#96aeba Border Color

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

This div border color is #96aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aeba

#96aeba Color Palettes


Comments

No comments written yet.

Please login to write comment.