Color Hex Logo

#96dedd Color Hex

#96DEDD
(150,222,221)
0 Favorites   0 Comments

Color spaces of #96dedd

RGB 150222221
HSL0.500.520.73
HSV179°32°87°
CMYK 0.320.000.00   0.13
XYZ51.750163.947078.0221
Yxy63.94700.26710.3301
Hunter Lab79.9669-24.4268-1.8713
CIE-Lab83.9382-22.4853-6.6638

#96dedd color RGB value is (150,222,221).

#96dedd hex color red value is 150, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #96dedd hue: 0.50 , saturation: 0.52 and the lightness value of 96dedd is 0.73.

The process color (four color CMYK) of #96dedd color hex is 0.32, 0.00, 0.00, 0.13. Web safe color of #96dedd is #99cccc. Color #96dedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011110 11011101
Octal 226 336 335
Decimal 150 222 221
Hex 96 DE DD

RGB Percentages of Color #96dedd

%25.30
%37.44
%37.27

CMYK Percentages of Color #96dedd

%32
%0
%0
%13

Triadic Colors of #96dedd

#96dedd #dd96de #dedd96

Analogous Colors of #96dedd

#96dedd #96bbde #96deb9

Monochromatic Colors of #96dedd

#96dedd

Complementary Color

#96dedd #de9697

#96dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96dedd Color CSS Codes

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

#96dedd Text Font Color

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

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


#96dedd Background Color

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

This div background color is #96dedd


#96dedd Border Color

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

This div border color is #96dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96dedd


Comments

No comments written yet.

Please login to write comment.