Color Hex Logo

#96bded Color Hex

#96BDED
(150,189,237)
0 Favorites   0 Comments

Color spaces of #96bded

RGB 150189237
HSL0.590.710.76
HSV213°37°93°
CMYK 0.370.200.00   0.07
XYZ46.061348.993687.1498
Yxy48.99360.25280.2689
Hunter Lab69.9954-5.0280-24.8239
CIE-Lab75.4473-1.4319-28.0265

#96bded color RGB value is (150,189,237).

#96bded hex color red value is 150, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #96bded hue: 0.59 , saturation: 0.71 and the lightness value of 96bded is 0.76.

The process color (four color CMYK) of #96bded color hex is 0.37, 0.20, 0.00, 0.07. Web safe color of #96bded is #99ccff. Color #96bded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111101 11101101
Octal 226 275 355
Decimal 150 189 237
Hex 96 BD ED

RGB Percentages of Color #96bded

%26.04
%32.81
%41.15

CMYK Percentages of Color #96bded

%37
%20
%0
%7

Triadic Colors of #96bded

#96bded #ed96bd #bded96

Analogous Colors of #96bded

#96bded #9b96ed #96e9ed

Monochromatic Colors of #96bded

#96bded

Complementary Color

#96bded #edc696

#96bded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bded Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bded Color CSS Codes

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

#96bded Text Font Color

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

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


#96bded Background Color

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

This div background color is #96bded


#96bded Border Color

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

This div border color is #96bded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bded


Comments

No comments written yet.

Please login to write comment.