Color Hex Logo

#96eedd Color Hex

#96EEDD
(150,238,221)
0 Favorites   0 Comments

Color spaces of #96eedd

RGB 150238221
HSL0.470.720.76
HSV168°37°93°
CMYK 0.370.000.07   0.07
XYZ56.203472.853679.5065
Yxy72.85360.26950.3493
Hunter Lab85.3543-31.83294.5201
CIE-Lab88.3778-30.2312-0.1370

#96eedd color RGB value is (150,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101110 11011101
Octal 226 356 335
Decimal 150 238 221
Hex 96 EE DD

RGB Percentages of Color #96eedd

%24.63
%39.08
%36.29

CMYK Percentages of Color #96eedd

%37
%0
%7
%7

Triadic Colors of #96eedd

#96eedd #dd96ee #eedd96

Analogous Colors of #96eedd

#96eedd #96d3ee #96eeb1

Monochromatic Colors of #96eedd

#96eedd

Complementary Color

#96eedd #ee96a7

#96eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eedd Color CSS Codes

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

#96eedd Text Font Color

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

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


#96eedd Background Color

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

This div background color is #96eedd


#96eedd Border Color

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

This div border color is #96eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eedd


Comments

No comments written yet.

Please login to write comment.