Color Hex Logo

#96ddaf Color Hex

#96DDAF
(150,221,175)
0 Favorites   0 Comments

Color spaces of #96ddaf

RGB 150221175
HSL0.390.510.73
HSV141°32°87°
CMYK 0.320.000.21   0.13
XYZ46.172061.292149.9545
Yxy61.29210.29330.3894
Hunter Lab78.2893-31.733816.9710
CIE-Lab82.5355-31.670015.6354

#96ddaf color RGB value is (150,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011101 10101111
Octal 226 335 257
Decimal 150 221 175
Hex 96 DD AF

RGB Percentages of Color #96ddaf

%27.47
%40.48
%32.05

CMYK Percentages of Color #96ddaf

%32
%0
%21
%13

Triadic Colors of #96ddaf

#96ddaf #af96dd #ddaf96

Analogous Colors of #96ddaf

#96ddaf #96ddd3 #a1dd96

Monochromatic Colors of #96ddaf

#96ddaf

Complementary Color

#96ddaf #dd96c4

#96ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ddaf Color CSS Codes

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

#96ddaf Text Font Color

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

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


#96ddaf Background Color

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

This div background color is #96ddaf


#96ddaf Border Color

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

This div border color is #96ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ddaf


Comments

No comments written yet.

Please login to write comment.