Color Hex Logo

#96efae Color Hex

#96EFAE
(150,239,174)
0 Favorites   0 Comments

Color spaces of #96efae

RGB 150239174
HSL0.380.740.76
HSV136°37°94°
CMYK 0.370.000.27   0.06
XYZ51.084271.273051.1091
Yxy71.27300.29450.4109
Hunter Lab84.4233-39.731323.2027
CIE-Lab87.6175-40.103223.2180

#96efae color RGB value is (150,239,174).

#96efae hex color red value is 150, green value is 239 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #96efae hue: 0.38 , saturation: 0.74 and the lightness value of 96efae is 0.76.

The process color (four color CMYK) of #96efae color hex is 0.37, 0.00, 0.27, 0.06. Web safe color of #96efae is #99ff99. Color #96efae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101111 10101110
Octal 226 357 256
Decimal 150 239 174
Hex 96 EF AE

RGB Percentages of Color #96efae

%26.64
%42.45
%30.91

CMYK Percentages of Color #96efae

%37
%0
%27
%6

Triadic Colors of #96efae

#96efae #ae96ef #efae96

Analogous Colors of #96efae

#96efae #96efdb #abef96

Monochromatic Colors of #96efae

#96efae

Complementary Color

#96efae #ef96d7

#96efae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96efae Color Preview on White Background

Lorem ipsum dolor sit amet.

#96efae Color CSS Codes

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

#96efae Text Font Color

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

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


#96efae Background Color

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

This div background color is #96efae


#96efae Border Color

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

This div border color is #96efae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96efae


Comments

No comments written yet.

Please login to write comment.