Color Hex Logo

#96ecdd Color Hex

#96ECDD
(150,236,221)
0 Favorites   0 Comments

Color spaces of #96ecdd

RGB 150236221
HSL0.470.690.76
HSV170°36°93°
CMYK 0.360.000.06   0.07
XYZ55.624371.695479.3135
Yxy71.69540.26920.3470
Hunter Lab84.6731-30.91603.7341
CIE-Lab87.8218-29.2806-0.9499

#96ecdd color RGB value is (150,236,221).

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

The process color (four color CMYK) of #96ecdd color hex is 0.36, 0.00, 0.06, 0.07. Web safe color of #96ecdd is #99ffcc. Color #96ecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101100 11011101
Octal 226 354 335
Decimal 150 236 221
Hex 96 EC DD

RGB Percentages of Color #96ecdd

%24.71
%38.88
%36.41

CMYK Percentages of Color #96ecdd

%36
%0
%6
%7

Triadic Colors of #96ecdd

#96ecdd #dd96ec #ecdd96

Analogous Colors of #96ecdd

#96ecdd #96d0ec #96ecb2

Monochromatic Colors of #96ecdd

#96ecdd

Complementary Color

#96ecdd #ec96a5

#96ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ecdd Color CSS Codes

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

#96ecdd Text Font Color

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

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


#96ecdd Background Color

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

This div background color is #96ecdd


#96ecdd Border Color

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

This div border color is #96ecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ecdd

#96ecdd Color Palettes


Comments

No comments written yet.

Please login to write comment.