Color Hex Logo

#96aeed Color Hex

#96AEED
(150,174,237)
0 Favorites   0 Comments

Color spaces of #96aeed

RGB 150174237
HSL0.620.710.76
HSV223°37°93°
CMYK 0.370.270.00   0.07
XYZ42.999842.870686.1293
Yxy42.87060.25000.2492
Hunter Lab65.47562.6439-32.1595
CIE-Lab71.46716.8231-34.1615

#96aeed color RGB value is (150,174,237).

#96aeed hex color red value is 150, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #96aeed hue: 0.62 , saturation: 0.71 and the lightness value of 96aeed is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101110 11101101
Octal 226 256 355
Decimal 150 174 237
Hex 96 AE ED

RGB Percentages of Color #96aeed

%26.74
%31.02
%42.25

CMYK Percentages of Color #96aeed

%37
%27
%0
%7

Triadic Colors of #96aeed

#96aeed #ed96ae #aeed96

Analogous Colors of #96aeed

#96aeed #aa96ed #96daed

Monochromatic Colors of #96aeed

#96aeed

Complementary Color

#96aeed #edd596

#96aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aeed Color CSS Codes

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

#96aeed Text Font Color

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

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


#96aeed Background Color

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

This div background color is #96aeed


#96aeed Border Color

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

This div border color is #96aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aeed


Comments

No comments written yet.

Please login to write comment.