Color Hex Logo

#96afeb Color Hex

#96AFEB
(150,175,235)
0 Favorites   0 Comments

Color spaces of #96afeb

RGB 150175235
HSL0.620.680.75
HSV222°36°92°
CMYK 0.360.260.00   0.08
XYZ42.903043.142184.6633
Yxy43.14210.25130.2527
Hunter Lab65.68261.6491-30.4455
CIE-Lab71.65135.7407-32.7883

#96afeb color RGB value is (150,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101111 11101011
Octal 226 257 353
Decimal 150 175 235
Hex 96 AF EB

RGB Percentages of Color #96afeb

%26.79
%31.25
%41.96

CMYK Percentages of Color #96afeb

%36
%26
%0
%8

Triadic Colors of #96afeb

#96afeb #eb96af #afeb96

Analogous Colors of #96afeb

#96afeb #a896eb #96daeb

Monochromatic Colors of #96afeb

#96afeb

Complementary Color

#96afeb #ebd296

#96afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96afeb Color CSS Codes

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

#96afeb Text Font Color

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

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


#96afeb Background Color

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

This div background color is #96afeb


#96afeb Border Color

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

This div border color is #96afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96afeb


Comments

No comments written yet.

Please login to write comment.