Color Hex Logo

#96bbda Color Hex

#96BBDA
(150,187,218)
0 Favorites   0 Comments

Color spaces of #96bbda

RGB 150187218
HSL0.580.480.72
HSV207°31°85°
CMYK 0.310.140.00   0.15
XYZ43.002947.086673.1518
Yxy47.08660.26340.2884
Hunter Lab68.6197-8.2212-15.1722
CIE-Lab74.2451-5.1421-19.5717

#96bbda color RGB value is (150,187,218).

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

The process color (four color CMYK) of #96bbda color hex is 0.31, 0.14, 0.00, 0.15. Web safe color of #96bbda is #99cccc. Color #96bbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111011 11011010
Octal 226 273 332
Decimal 150 187 218
Hex 96 BB DA

RGB Percentages of Color #96bbda

%27.03
%33.69
%39.28

CMYK Percentages of Color #96bbda

%31
%14
%0
%15

Triadic Colors of #96bbda

#96bbda #da96bb #bbda96

Analogous Colors of #96bbda

#96bbda #9699da #96dad7

Monochromatic Colors of #96bbda

#96bbda

Complementary Color

#96bbda #dab596

#96bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bbda Color CSS Codes

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

#96bbda Text Font Color

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

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


#96bbda Background Color

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

This div background color is #96bbda


#96bbda Border Color

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

This div border color is #96bbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bbda


Comments

No comments written yet.

Please login to write comment.