Color Hex Logo

#96dfae Color Hex

#96DFAE
(150,223,174)
0 Favorites   0 Comments

Color spaces of #96dfae

RGB 150223174
HSL0.390.530.73
HSV140°33°87°
CMYK 0.330.000.22   0.13
XYZ46.605362.315449.6161
Yxy62.31540.29400.3931
Hunter Lab78.9401-32.760917.9926
CIE-Lab83.0809-32.794916.9247

#96dfae color RGB value is (150,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011111 10101110
Octal 226 337 256
Decimal 150 223 174
Hex 96 DF AE

RGB Percentages of Color #96dfae

%27.42
%40.77
%31.81

CMYK Percentages of Color #96dfae

%33
%0
%22
%13

Triadic Colors of #96dfae

#96dfae #ae96df #dfae96

Analogous Colors of #96dfae

#96dfae #96dfd3 #a3df96

Monochromatic Colors of #96dfae

#96dfae

Complementary Color

#96dfae #df96c7

#96dfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96dfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#96dfae Color CSS Codes

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

#96dfae Text Font Color

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

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


#96dfae Background Color

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

This div background color is #96dfae


#96dfae Border Color

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

This div border color is #96dfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96dfae


Comments

No comments written yet.

Please login to write comment.