Color Hex Logo

#96abdf Color Hex

#96ABDF
(150,171,223)
0 Favorites   0 Comments

Color spaces of #96abdf

RGB 150171223
HSL0.620.530.73
HSV223°33°87°
CMYK 0.330.230.00   0.13
XYZ40.459940.937675.5813
Yxy40.93760.25770.2608
Hunter Lab63.98250.9067-25.2504
CIE-Lab70.13224.8655-28.5811

#96abdf color RGB value is (150,171,223).

#96abdf hex color red value is 150, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #96abdf hue: 0.62 , saturation: 0.53 and the lightness value of 96abdf is 0.73.

The process color (four color CMYK) of #96abdf color hex is 0.33, 0.23, 0.00, 0.13. Web safe color of #96abdf is #9999cc. Color #96abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101011 11011111
Octal 226 253 337
Decimal 150 171 223
Hex 96 AB DF

RGB Percentages of Color #96abdf

%27.57
%31.43
%40.99

CMYK Percentages of Color #96abdf

%33
%23
%0
%13

Triadic Colors of #96abdf

#96abdf #df96ab #abdf96

Analogous Colors of #96abdf

#96abdf #a696df #96d0df

Monochromatic Colors of #96abdf

#96abdf

Complementary Color

#96abdf #dfca96

#96abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96abdf Color CSS Codes

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

#96abdf Text Font Color

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

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


#96abdf Background Color

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

This div background color is #96abdf


#96abdf Border Color

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

This div border color is #96abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96abdf


Comments

No comments written yet.

Please login to write comment.