Color Hex Logo

#96eace Color Hex

#96EACE
(150,234,206)
0 Favorites   0 Comments

Color spaces of #96eace

RGB 150234206
HSL0.440.670.75
HSV160°36°92°
CMYK 0.360.000.12   0.08
XYZ53.141169.785969.0617
Yxy69.78590.27680.3635
Hunter Lab83.5380-32.64209.4609
CIE-Lab86.8917-31.59055.5603

#96eace color RGB value is (150,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101010 11001110
Octal 226 352 316
Decimal 150 234 206
Hex 96 EA CE

RGB Percentages of Color #96eace

%25.42
%39.66
%34.92

CMYK Percentages of Color #96eace

%36
%0
%12
%8

Triadic Colors of #96eace

#96eace #ce96ea #eace96

Analogous Colors of #96eace

#96eace #96dcea #96eaa4

Monochromatic Colors of #96eace

#96eace

Complementary Color

#96eace #ea96b2

#96eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eace Color CSS Codes

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

#96eace Text Font Color

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

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


#96eace Background Color

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

This div background color is #96eace


#96eace Border Color

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

This div border color is #96eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eace


Comments

No comments written yet.

Please login to write comment.