Color Hex Logo

#96eced Color Hex

#96ECED
(150,236,237)
0 Favorites   0 Comments

Color spaces of #96eced

RGB 150236237
HSL0.500.710.76
HSV181°37°93°
CMYK 0.370.000.00   0.07
XYZ57.859272.589491.0824
Yxy72.58940.26120.3277
Hunter Lab85.1994-27.8790-3.7444
CIE-Lab88.2515-25.6052-8.7025

#96eced color RGB value is (150,236,237).

#96eced hex color red value is 150, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #96eced hue: 0.50 , saturation: 0.71 and the lightness value of 96eced is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101100 11101101
Octal 226 354 355
Decimal 150 236 237
Hex 96 EC ED

RGB Percentages of Color #96eced

%24.08
%37.88
%38.04

CMYK Percentages of Color #96eced

%37
%0
%0
%7

Triadic Colors of #96eced

#96eced #ed96ec #eced96

Analogous Colors of #96eced

#96eced #96c1ed #96edc3

Monochromatic Colors of #96eced

#96eced

Complementary Color

#96eced #ed9796

#96eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eced Color CSS Codes

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

#96eced Text Font Color

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

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


#96eced Background Color

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

This div background color is #96eced


#96eced Border Color

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

This div border color is #96eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eced


Comments

No comments written yet.

Please login to write comment.