Color Hex Logo

#96ddae Color Hex

#96DDAE
(150,221,174)
0 Favorites   0 Comments

Color spaces of #96ddae

RGB 150221174
HSL0.390.510.73
HSV140°32°87°
CMYK 0.320.000.21   0.13
XYZ46.074161.252949.4390
Yxy61.25290.29390.3907
Hunter Lab78.2642-31.879617.3319
CIE-Lab82.5145-31.857416.1316

#96ddae color RGB value is (150,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011101 10101110
Octal 226 335 256
Decimal 150 221 174
Hex 96 DD AE

RGB Percentages of Color #96ddae

%27.52
%40.55
%31.93

CMYK Percentages of Color #96ddae

%32
%0
%21
%13

Triadic Colors of #96ddae

#96ddae #ae96dd #ddae96

Analogous Colors of #96ddae

#96ddae #96ddd2 #a2dd96

Monochromatic Colors of #96ddae

#96ddae

Complementary Color

#96ddae #dd96c5

#96ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ddae Color CSS Codes

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

#96ddae Text Font Color

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

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


#96ddae Background Color

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

This div background color is #96ddae


#96ddae Border Color

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

This div border color is #96ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ddae

#96ddae Color Palettes


Comments

No comments written yet.

Please login to write comment.