Color Hex Logo

#96edae Color Hex

#96EDAE
(150,237,174)
0 Favorites   0 Comments

Color spaces of #96edae

RGB 150237174
HSL0.380.710.76
HSV137°37°93°
CMYK 0.370.000.27   0.07
XYZ50.501870.108450.9149
Yxy70.10840.29440.4087
Hunter Lab83.7308-38.867422.5585
CIE-Lab87.0500-39.208022.4367

#96edae color RGB value is (150,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101101 10101110
Octal 226 355 256
Decimal 150 237 174
Hex 96 ED AE

RGB Percentages of Color #96edae

%26.74
%42.25
%31.02

CMYK Percentages of Color #96edae

%37
%0
%27
%7

Triadic Colors of #96edae

#96edae #ae96ed #edae96

Analogous Colors of #96edae

#96edae #96edda #aaed96

Monochromatic Colors of #96edae

#96edae

Complementary Color

#96edae #ed96d5

#96edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#96edae Color CSS Codes

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

#96edae Text Font Color

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

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


#96edae Background Color

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

This div background color is #96edae


#96edae Border Color

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

This div border color is #96edae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96edae


Comments

No comments written yet.

Please login to write comment.