Color Hex Logo

#96caee Color Hex

#96CAEE
(150,202,238)
0 Favorites   0 Comments

Color spaces of #96caee

RGB 150202238
HSL0.570.720.76
HSV205°37°93°
CMYK 0.370.150.00   0.07
XYZ49.130854.898188.8958
Yxy54.89810.25470.2846
Hunter Lab74.0933-11.3009-19.2698
CIE-Lab78.9825-8.1328-23.1633

#96caee color RGB value is (150,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001010 11101110
Octal 226 312 356
Decimal 150 202 238
Hex 96 CA EE

RGB Percentages of Color #96caee

%25.42
%34.24
%40.34

CMYK Percentages of Color #96caee

%37
%15
%0
%7

Triadic Colors of #96caee

#96caee #ee96ca #caee96

Analogous Colors of #96caee

#96caee #969eee #96eee6

Monochromatic Colors of #96caee

#96caee

Complementary Color

#96caee #eeba96

#96caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#96caee Color CSS Codes

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

#96caee Text Font Color

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

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


#96caee Background Color

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

This div background color is #96caee


#96caee Border Color

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

This div border color is #96caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96caee


Comments

No comments written yet.

Please login to write comment.