Color Hex Logo

#96eaeb Color Hex

#96EAEB
(150,234,235)
0 Favorites   0 Comments

Color spaces of #96eaeb

RGB 150234235
HSL0.500.680.75
HSV181°36°92°
CMYK 0.360.000.00   0.08
XYZ56.995971.327889.3609
Yxy71.32780.26180.3277
Hunter Lab84.4558-27.3350-3.6145
CIE-Lab87.6440-25.1048-8.5551

#96eaeb color RGB value is (150,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101010 11101011
Octal 226 352 353
Decimal 150 234 235
Hex 96 EA EB

RGB Percentages of Color #96eaeb

%24.23
%37.80
%37.96

CMYK Percentages of Color #96eaeb

%36
%0
%0
%8

Triadic Colors of #96eaeb

#96eaeb #eb96ea #eaeb96

Analogous Colors of #96eaeb

#96eaeb #96c0eb #96ebc2

Monochromatic Colors of #96eaeb

#96eaeb

Complementary Color

#96eaeb #eb9796

#96eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eaeb Color CSS Codes

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

#96eaeb Text Font Color

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

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


#96eaeb Background Color

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

This div background color is #96eaeb


#96eaeb Border Color

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

This div border color is #96eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eaeb


Comments

No comments written yet.

Please login to write comment.