Color Hex Logo

#96aece Color Hex

#96AECE
(150,174,206)
0 Favorites   0 Comments

Color spaces of #96aece

RGB 150174206
HSL0.600.360.70
HSV214°27°81°
CMYK 0.270.160.00   0.19
XYZ38.854341.212464.2995
Yxy41.21240.26910.2855
Hunter Lab64.1969-4.3098-14.4470
CIE-Lab70.3245-1.0060-18.9598

#96aece color RGB value is (150,174,206).

#96aece hex color red value is 150, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #96aece hue: 0.60 , saturation: 0.36 and the lightness value of 96aece is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101110 11001110
Octal 226 256 316
Decimal 150 174 206
Hex 96 AE CE

RGB Percentages of Color #96aece

%28.30
%32.83
%38.87

CMYK Percentages of Color #96aece

%27
%16
%0
%19

Triadic Colors of #96aece

#96aece #ce96ae #aece96

Analogous Colors of #96aece

#96aece #9a96ce #96cace

Monochromatic Colors of #96aece

#96aece

Complementary Color

#96aece #ceb696

#96aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aece Color CSS Codes

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

#96aece Text Font Color

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

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


#96aece Background Color

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

This div background color is #96aece


#96aece Border Color

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

This div border color is #96aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aece


Comments

No comments written yet.

Please login to write comment.