Color Hex Logo

#96d8df Color Hex

#96D8DF
(150,216,223)
0 Favorites   0 Comments

Color spaces of #96d8df

RGB 150216223
HSL0.520.530.73
HSV186°33°87°
CMYK 0.330.030.00   0.13
XYZ50.452860.923578.9123
Yxy60.92350.26510.3202
Hunter Lab78.0535-21.2135-5.3049
CIE-Lab82.3376-19.0269-10.1014

#96d8df color RGB value is (150,216,223).

#96d8df hex color red value is 150, green value is 216 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #96d8df hue: 0.52 , saturation: 0.53 and the lightness value of 96d8df is 0.73.

The process color (four color CMYK) of #96d8df color hex is 0.33, 0.03, 0.00, 0.13. Web safe color of #96d8df is #99cccc. Color #96d8df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011000 11011111
Octal 226 330 337
Decimal 150 216 223
Hex 96 D8 DF

RGB Percentages of Color #96d8df

%25.47
%36.67
%37.86

CMYK Percentages of Color #96d8df

%33
%3
%0
%13

Triadic Colors of #96d8df

#96d8df #df96d8 #d8df96

Analogous Colors of #96d8df

#96d8df #96b4df #96dfc2

Monochromatic Colors of #96d8df

#96d8df

Complementary Color

#96d8df #df9d96

#96d8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96d8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#96d8df Color CSS Codes

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

#96d8df Text Font Color

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

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


#96d8df Background Color

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

This div background color is #96d8df


#96d8df Border Color

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

This div border color is #96d8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96d8df


Comments

No comments written yet.

Please login to write comment.