Color Hex Logo

#96f2eb Color Hex

#96F2EB
(150,242,235)
0 Favorites   0 Comments

Color spaces of #96f2eb

RGB 150242235
HSL0.490.780.77
HSV175°38°95°
CMYK 0.380.000.03   0.05
XYZ59.325275.986590.1373
Yxy75.98650.26310.3370
Hunter Lab87.1702-31.0667-0.2889
CIE-Lab89.8531-28.9593-5.2872

#96f2eb color RGB value is (150,242,235).

#96f2eb hex color red value is 150, green value is 242 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #96f2eb hue: 0.49 , saturation: 0.78 and the lightness value of 96f2eb is 0.77.

The process color (four color CMYK) of #96f2eb color hex is 0.38, 0.00, 0.03, 0.05. Web safe color of #96f2eb is #99ffff. Color #96f2eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11110010 11101011
Octal 226 362 353
Decimal 150 242 235
Hex 96 F2 EB

RGB Percentages of Color #96f2eb

%23.92
%38.60
%37.48

CMYK Percentages of Color #96f2eb

%38
%0
%3
%5

Triadic Colors of #96f2eb

#96f2eb #eb96f2 #f2eb96

Analogous Colors of #96f2eb

#96f2eb #96cbf2 #96f2bd

Monochromatic Colors of #96f2eb

#96f2eb

Complementary Color

#96f2eb #f2969d

#96f2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96f2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96f2eb Color CSS Codes

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

#96f2eb Text Font Color

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

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


#96f2eb Background Color

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

This div background color is #96f2eb


#96f2eb Border Color

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

This div border color is #96f2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96f2eb


Comments

No comments written yet.

Please login to write comment.