Color Hex Logo

#96aeee Color Hex

#96AEEE
(150,174,238)
0 Favorites   0 Comments

Color spaces of #96aeee

RGB 150174238
HSL0.620.720.76
HSV224°37°93°
CMYK 0.370.270.00   0.07
XYZ43.146342.929286.9010
Yxy42.92920.24940.2482
Hunter Lab65.52042.8847-32.7733
CIE-Lab71.50697.0868-34.6436

#96aeee color RGB value is (150,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101110 11101110
Octal 226 256 356
Decimal 150 174 238
Hex 96 AE EE

RGB Percentages of Color #96aeee

%26.69
%30.96
%42.35

CMYK Percentages of Color #96aeee

%37
%27
%0
%7

Triadic Colors of #96aeee

#96aeee #ee96ae #aeee96

Analogous Colors of #96aeee

#96aeee #aa96ee #96daee

Monochromatic Colors of #96aeee

#96aeee

Complementary Color

#96aeee #eed696

#96aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aeee Color CSS Codes

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

#96aeee Text Font Color

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

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


#96aeee Background Color

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

This div background color is #96aeee


#96aeee Border Color

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

This div border color is #96aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aeee


Comments

No comments written yet.

Please login to write comment.