Color Hex Logo

#96fadf Color Hex

#96FADF
(150,250,223)
0 Favorites   0 Comments

Color spaces of #96fadf

RGB 150250223
HSL0.460.910.78
HSV164°40°98°
CMYK 0.400.000.11   0.02
XYZ60.082680.183082.1222
Yxy80.18300.27020.3606
Hunter Lab89.5450-36.93438.3063
CIE-Lab91.7669-35.39783.7524

#96fadf color RGB value is (150,250,223).

#96fadf hex color red value is 150, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #96fadf hue: 0.46 , saturation: 0.91 and the lightness value of 96fadf is 0.78.

The process color (four color CMYK) of #96fadf color hex is 0.40, 0.00, 0.11, 0.02. Web safe color of #96fadf is #99ffcc. Color #96fadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111010 11011111
Octal 226 372 337
Decimal 150 250 223
Hex 96 FA DF

RGB Percentages of Color #96fadf

%24.08
%40.13
%35.79

CMYK Percentages of Color #96fadf

%40
%0
%11
%2

Triadic Colors of #96fadf

#96fadf #df96fa #fadf96

Analogous Colors of #96fadf

#96fadf #96e3fa #96faad

Monochromatic Colors of #96fadf

#96fadf

Complementary Color

#96fadf #fa96b1

#96fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fadf Color CSS Codes

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

#96fadf Text Font Color

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

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


#96fadf Background Color

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

This div background color is #96fadf


#96fadf Border Color

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

This div border color is #96fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fadf


Comments

No comments written yet.

Please login to write comment.