Color Hex Logo

#96eaaf Color Hex

#96EAAF
(150,234,175)
0 Favorites   0 Comments

Color spaces of #96eaaf

RGB 150234175
HSL0.380.670.75
HSV138°36°92°
CMYK 0.360.000.25   0.08
XYZ49.738468.424851.1433
Yxy68.42480.29380.4041
Hunter Lab82.7193-37.428221.2459
CIE-Lab86.2184-37.674520.7712

#96eaaf color RGB value is (150,234,175).

#96eaaf hex color red value is 150, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #96eaaf hue: 0.38 , saturation: 0.67 and the lightness value of 96eaaf is 0.75.

The process color (four color CMYK) of #96eaaf color hex is 0.36, 0.00, 0.25, 0.08. Web safe color of #96eaaf is #99ff99. Color #96eaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101010 10101111
Octal 226 352 257
Decimal 150 234 175
Hex 96 EA AF

RGB Percentages of Color #96eaaf

%26.83
%41.86
%31.31

CMYK Percentages of Color #96eaaf

%36
%0
%25
%8

Triadic Colors of #96eaaf

#96eaaf #af96ea #eaaf96

Analogous Colors of #96eaaf

#96eaaf #96ead9 #a7ea96

Monochromatic Colors of #96eaaf

#96eaaf

Complementary Color

#96eaaf #ea96d1

#96eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eaaf Color CSS Codes

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

#96eaaf Text Font Color

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

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


#96eaaf Background Color

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

This div background color is #96eaaf


#96eaaf Border Color

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

This div border color is #96eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eaaf


Comments

No comments written yet.

Please login to write comment.