Color Hex Logo

#96eaff Color Hex

#96EAFF
(150,234,255)
1 Favorites   0 Comments

Color spaces of #96eaff

RGB 150234255
HSL0.531.000.79
HSV192°41°100°
CMYK 0.410.080.00   0.00
XYZ60.050572.5497105.4462
Yxy72.54970.25230.3048
Hunter Lab85.1761-23.2129-13.7765
CIE-Lab88.2325-20.2397-18.1620

#96eaff color RGB value is (150,234,255).

#96eaff hex color red value is 150, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #96eaff hue: 0.53 , saturation: 1.00 and the lightness value of 96eaff is 0.79.

The process color (four color CMYK) of #96eaff color hex is 0.41, 0.08, 0.00, 0.00. Web safe color of #96eaff is #99ffff. Color #96eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101010 11111111
Octal 226 352 377
Decimal 150 234 255
Hex 96 EA FF

RGB Percentages of Color #96eaff

%23.47
%36.62
%39.91

CMYK Percentages of Color #96eaff

%41
%8
%0
%0

Triadic Colors of #96eaff

#96eaff #ff96ea #eaff96

Analogous Colors of #96eaff

#96eaff #96b6ff #96ffe0

Monochromatic Colors of #96eaff

#96eaff

Complementary Color

#96eaff #ffab96

#96eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eaff Color CSS Codes

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

#96eaff Text Font Color

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

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


#96eaff Background Color

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

This div background color is #96eaff


#96eaff Border Color

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

This div border color is #96eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eaff


Comments

No comments written yet.

Please login to write comment.