Color Hex Logo

#96afee Color Hex

#96AFEE
(150,175,238)
0 Favorites   0 Comments

Color spaces of #96afee

RGB 150175238
HSL0.620.720.76
HSV223°37°93°
CMYK 0.370.260.00   0.07
XYZ43.340343.317086.9657
Yxy43.31700.24960.2495
Hunter Lab65.81572.3667-32.2721
CIE-Lab71.76966.5295-34.2366

#96afee color RGB value is (150,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101111 11101110
Octal 226 257 356
Decimal 150 175 238
Hex 96 AF EE

RGB Percentages of Color #96afee

%26.64
%31.08
%42.27

CMYK Percentages of Color #96afee

%37
%26
%0
%7

Triadic Colors of #96afee

#96afee #ee96af #afee96

Analogous Colors of #96afee

#96afee #a996ee #96dbee

Monochromatic Colors of #96afee

#96afee

Complementary Color

#96afee #eed596

#96afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#96afee Color CSS Codes

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

#96afee Text Font Color

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

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


#96afee Background Color

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

This div background color is #96afee


#96afee Border Color

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

This div border color is #96afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96afee


Comments

No comments written yet.

Please login to write comment.