Color Hex Logo

#96bbdf Color Hex

#96BBDF
(150,187,223)
0 Favorites   0 Comments

Color spaces of #96bbdf

RGB 150187223
HSL0.580.530.73
HSV210°33°87°
CMYK 0.330.160.00   0.13
XYZ43.667347.352476.6505
Yxy47.35240.26040.2824
Hunter Lab68.8131-7.1506-17.8736
CIE-Lab74.4146-3.9060-22.0287

#96bbdf color RGB value is (150,187,223).

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

The process color (four color CMYK) of #96bbdf color hex is 0.33, 0.16, 0.00, 0.13. Web safe color of #96bbdf is #99cccc. Color #96bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111011 11011111
Octal 226 273 337
Decimal 150 187 223
Hex 96 BB DF

RGB Percentages of Color #96bbdf

%26.79
%33.39
%39.82

CMYK Percentages of Color #96bbdf

%33
%16
%0
%13

Triadic Colors of #96bbdf

#96bbdf #df96bb #bbdf96

Analogous Colors of #96bbdf

#96bbdf #9697df #96dfdf

Monochromatic Colors of #96bbdf

#96bbdf

Complementary Color

#96bbdf #dfba96

#96bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bbdf Color CSS Codes

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

#96bbdf Text Font Color

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

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


#96bbdf Background Color

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

This div background color is #96bbdf


#96bbdf Border Color

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

This div border color is #96bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bbdf


Comments

No comments written yet.

Please login to write comment.