Color Hex Logo

#96feed Color Hex

#96FEED
(150,254,237)
0 Favorites   0 Comments

Color spaces of #96feed

RGB 150254237
HSL0.470.980.79
HSV170°41°100°
CMYK 0.410.000.07   0.00
XYZ63.305583.482192.8979
Yxy83.48210.26410.3483
Hunter Lab91.3685-36.21963.6756
CIE-Lab93.2251-34.1436-1.3712

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

#96feed hex color red value is 150, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #96feed hue: 0.47 , saturation: 0.98 and the lightness value of 96feed is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111110 11101101
Octal 226 376 355
Decimal 150 254 237
Hex 96 FE ED

RGB Percentages of Color #96feed

%23.40
%39.63
%36.97

CMYK Percentages of Color #96feed

%41
%0
%7
%0

Triadic Colors of #96feed

#96feed #ed96fe #feed96

Analogous Colors of #96feed

#96feed #96dbfe #96feb9

Monochromatic Colors of #96feed

#96feed

Complementary Color

#96feed #fe96a7

#96feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#96feed Color CSS Codes

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

#96feed Text Font Color

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

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


#96feed Background Color

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

This div background color is #96feed


#96feed Border Color

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

This div border color is #96feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96feed


Comments

No comments written yet.

Please login to write comment.