Color Hex Logo

#96f1df Color Hex

#96F1DF
(150,241,223)
0 Favorites   0 Comments

Color spaces of #96f1df

RGB 150241223
HSL0.470.760.77
HSV168°38°95°
CMYK 0.380.000.07   0.05
XYZ57.352374.722381.2121
Yxy74.72230.26890.3503
Hunter Lab86.4421-32.84304.8066
CIE-Lab89.2628-31.20510.1100

#96f1df color RGB value is (150,241,223).

#96f1df hex color red value is 150, green value is 241 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #96f1df hue: 0.47 , saturation: 0.76 and the lightness value of 96f1df is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11110001 11011111
Octal 226 361 337
Decimal 150 241 223
Hex 96 F1 DF

RGB Percentages of Color #96f1df

%24.43
%39.25
%36.32

CMYK Percentages of Color #96f1df

%38
%0
%7
%5

Triadic Colors of #96f1df

#96f1df #df96f1 #f1df96

Analogous Colors of #96f1df

#96f1df #96d6f1 #96f1b2

Monochromatic Colors of #96f1df

#96f1df

Complementary Color

#96f1df #f196a8

#96f1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96f1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#96f1df Color CSS Codes

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

#96f1df Text Font Color

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

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


#96f1df Background Color

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

This div background color is #96f1df


#96f1df Border Color

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

This div border color is #96f1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96f1df


Comments

No comments written yet.

Please login to write comment.