Color Hex Logo

#96afdf Color Hex

#96AFDF
(150,175,223)
0 Favorites   0 Comments

Color spaces of #96afdf

RGB 150175223
HSL0.610.530.73
HSV219°33°87°
CMYK 0.330.220.00   0.13
XYZ41.226942.471775.8370
Yxy42.47170.25840.2662
Hunter Lab65.1703-1.1285-23.3750
CIE-Lab71.19492.6466-26.9483

#96afdf color RGB value is (150,175,223).

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

The process color (four color CMYK) of #96afdf color hex is 0.33, 0.22, 0.00, 0.13. Web safe color of #96afdf is #9999cc. Color #96afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101111 11011111
Octal 226 257 337
Decimal 150 175 223
Hex 96 AF DF

RGB Percentages of Color #96afdf

%27.37
%31.93
%40.69

CMYK Percentages of Color #96afdf

%33
%22
%0
%13

Triadic Colors of #96afdf

#96afdf #df96af #afdf96

Analogous Colors of #96afdf

#96afdf #a296df #96d4df

Monochromatic Colors of #96afdf

#96afdf

Complementary Color

#96afdf #dfc696

#96afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96afdf Color CSS Codes

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

#96afdf Text Font Color

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

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


#96afdf Background Color

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

This div background color is #96afdf


#96afdf Border Color

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

This div border color is #96afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96afdf


Comments

No comments written yet.

Please login to write comment.