Color Hex Logo

#96aedb Color Hex

#96AEDB
(150,174,219)
0 Favorites   0 Comments

Color spaces of #96aedb

RGB 150174219
HSL0.610.490.72
HSV219°32°86°
CMYK 0.320.210.00   0.14
XYZ40.499941.870672.9651
Yxy41.87060.26070.2695
Hunter Lab64.7075-1.5164-21.5610
CIE-Lab70.78162.1902-25.3941

#96aedb color RGB value is (150,174,219).

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

The process color (four color CMYK) of #96aedb color hex is 0.32, 0.21, 0.00, 0.14. Web safe color of #96aedb is #9999cc. Color #96aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101110 11011011
Octal 226 256 333
Decimal 150 174 219
Hex 96 AE DB

RGB Percentages of Color #96aedb

%27.62
%32.04
%40.33

CMYK Percentages of Color #96aedb

%32
%21
%0
%14

Triadic Colors of #96aedb

#96aedb #db96ae #aedb96

Analogous Colors of #96aedb

#96aedb #a196db #96d1db

Monochromatic Colors of #96aedb

#96aedb

Complementary Color

#96aedb #dbc396

#96aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aedb Color CSS Codes

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

#96aedb Text Font Color

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

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


#96aedb Background Color

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

This div background color is #96aedb


#96aedb Border Color

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

This div border color is #96aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aedb


Comments

No comments written yet.

Please login to write comment.