Color Hex Logo

#96deee Color Hex

#96DEEE
(150,222,238)
0 Favorites   0 Comments

Color spaces of #96deee

RGB 150222238
HSL0.530.720.76
HSV191°37°93°
CMYK 0.370.070.00   0.07
XYZ54.131664.899690.5628
Yxy64.89960.25830.3096
Hunter Lab80.5603-21.0394-10.2594
CIE-Lab84.4320-18.4445-14.9289

#96deee color RGB value is (150,222,238).

#96deee hex color red value is 150, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #96deee hue: 0.53 , saturation: 0.72 and the lightness value of 96deee is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011110 11101110
Octal 226 336 356
Decimal 150 222 238
Hex 96 DE EE

RGB Percentages of Color #96deee

%24.59
%36.39
%39.02

CMYK Percentages of Color #96deee

%37
%7
%0
%7

Triadic Colors of #96deee

#96deee #ee96de #deee96

Analogous Colors of #96deee

#96deee #96b2ee #96eed2

Monochromatic Colors of #96deee

#96deee

Complementary Color

#96deee #eea696

#96deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#96deee Color CSS Codes

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

#96deee Text Font Color

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

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


#96deee Background Color

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

This div background color is #96deee


#96deee Border Color

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

This div border color is #96deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96deee


Comments

No comments written yet.

Please login to write comment.