Color Hex Logo

#96eded Color Hex

#96EDED
(150,237,237)
0 Favorites   0 Comments

Color spaces of #96eded

RGB 150237237
HSL0.500.710.76
HSV180°37°93°
CMYK 0.370.000.00   0.07
XYZ58.147973.166891.1787
Yxy73.16680.26130.3288
Hunter Lab85.5376-28.3477-3.3238
CIE-Lab88.5272-26.0898-8.2936

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101101 11101101
Octal 226 355 355
Decimal 150 237 237
Hex 96 ED ED

RGB Percentages of Color #96eded

%24.04
%37.98
%37.98

CMYK Percentages of Color #96eded

%37
%0
%0
%7

Triadic Colors of #96eded

#96eded #ed96ed #eded96

Analogous Colors of #96eded

#96eded #96c2ed #96edc2

Monochromatic Colors of #96eded

#96eded

Complementary Color

#96eded #ed9696

#96eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eded Color CSS Codes

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

#96eded Text Font Color

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

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


#96eded Background Color

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

This div background color is #96eded


#96eded Border Color

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

This div border color is #96eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eded


Comments

No comments written yet.

Please login to write comment.