Color Hex Logo

#96ddeb Color Hex

#96DDEB
(150,221,235)
0 Favorites   0 Comments

Color spaces of #96ddeb

RGB 150221235
HSL0.530.680.75
HSV190°36°92°
CMYK 0.360.060.00   0.08
XYZ53.429564.195188.1721
Yxy64.19510.25960.3119
Hunter Lab80.1218-21.1800-9.1619
CIE-Lab84.0672-18.6721-13.8879

#96ddeb color RGB value is (150,221,235).

#96ddeb hex color red value is 150, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #96ddeb hue: 0.53 , saturation: 0.68 and the lightness value of 96ddeb is 0.75.

The process color (four color CMYK) of #96ddeb color hex is 0.36, 0.06, 0.00, 0.08. Web safe color of #96ddeb is #99ccff. Color #96ddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011101 11101011
Octal 226 335 353
Decimal 150 221 235
Hex 96 DD EB

RGB Percentages of Color #96ddeb

%24.75
%36.47
%38.78

CMYK Percentages of Color #96ddeb

%36
%6
%0
%8

Triadic Colors of #96ddeb

#96ddeb #eb96dd #ddeb96

Analogous Colors of #96ddeb

#96ddeb #96b3eb #96ebcf

Monochromatic Colors of #96ddeb

#96ddeb

Complementary Color

#96ddeb #eba496

#96ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ddeb Color CSS Codes

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

#96ddeb Text Font Color

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

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


#96ddeb Background Color

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

This div background color is #96ddeb


#96ddeb Border Color

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

This div border color is #96ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ddeb


Comments

No comments written yet.

Please login to write comment.