Color Hex Logo

#96fada Color Hex

#96FADA
(150,250,218)
0 Favorites   0 Comments

Color spaces of #96fada

RGB 150250218
HSL0.450.910.78
HSV161°40°98°
CMYK 0.400.000.13   0.02
XYZ59.418279.917278.6236
Yxy79.91720.27260.3667
Hunter Lab89.3964-37.802010.4323
CIE-Lab91.6477-36.47156.1698

#96fada color RGB value is (150,250,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111010 11011010
Octal 226 372 332
Decimal 150 250 218
Hex 96 FA DA

RGB Percentages of Color #96fada

%24.27
%40.45
%35.28

CMYK Percentages of Color #96fada

%40
%0
%13
%2

Triadic Colors of #96fada

#96fada #da96fa #fada96

Analogous Colors of #96fada

#96fada #96e8fa #96faa8

Monochromatic Colors of #96fada

#96fada

Complementary Color

#96fada #fa96b6

#96fada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fada Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fada Color CSS Codes

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

#96fada Text Font Color

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

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


#96fada Background Color

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

This div background color is #96fada


#96fada Border Color

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

This div border color is #96fada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fada


Comments

No comments written yet.

Please login to write comment.