Color Hex Logo

#96eada Color Hex

#96EADA
(150,234,218)
0 Favorites   0 Comments

Color spaces of #96eada

RGB 150234218
HSL0.470.670.75
HSV169°36°92°
CMYK 0.360.000.07   0.08
XYZ54.655470.391677.0360
Yxy70.39160.27050.3483
Hunter Lab83.8997-30.54294.2902
CIE-Lab87.1886-28.9939-0.3024

#96eada color RGB value is (150,234,218).

#96eada hex color red value is 150, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #96eada hue: 0.47 , saturation: 0.67 and the lightness value of 96eada is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101010 11011010
Octal 226 352 332
Decimal 150 234 218
Hex 96 EA DA

RGB Percentages of Color #96eada

%24.92
%38.87
%36.21

CMYK Percentages of Color #96eada

%36
%0
%7
%8

Triadic Colors of #96eada

#96eada #da96ea #eada96

Analogous Colors of #96eada

#96eada #96d0ea #96eab0

Monochromatic Colors of #96eada

#96eada

Complementary Color

#96eada #ea96a6

#96eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#96eada Color CSS Codes

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

#96eada Text Font Color

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

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


#96eada Background Color

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

This div background color is #96eada


#96eada Border Color

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

This div border color is #96eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96eada


Comments

No comments written yet.

Please login to write comment.