Color Hex Logo

#96adef Color Hex

#96ADEF
(150,173,239)
0 Favorites   0 Comments

Color spaces of #96adef

RGB 150173239
HSL0.620.740.76
HSV224°37°94°
CMYK 0.370.280.00   0.06
XYZ43.101242.603287.6129
Yxy42.60320.24870.2458
Hunter Lab65.27113.6464-33.8947
CIE-Lab71.28487.9101-35.5316

#96adef color RGB value is (150,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101101 11101111
Octal 226 255 357
Decimal 150 173 239
Hex 96 AD EF

RGB Percentages of Color #96adef

%26.69
%30.78
%42.53

CMYK Percentages of Color #96adef

%37
%28
%0
%6

Triadic Colors of #96adef

#96adef #ef96ad #adef96

Analogous Colors of #96adef

#96adef #ac96ef #96daef

Monochromatic Colors of #96adef

#96adef

Complementary Color

#96adef #efd896

#96adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#96adef Color CSS Codes

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

#96adef Text Font Color

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

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


#96adef Background Color

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

This div background color is #96adef


#96adef Border Color

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

This div border color is #96adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96adef


Comments

No comments written yet.

Please login to write comment.