Color Hex Logo

#96afda Color Hex

#96AFDA
(150,175,218)
0 Favorites   0 Comments

Color spaces of #96afda

RGB 150175218
HSL0.610.480.72
HSV218°31°85°
CMYK 0.310.200.00   0.15
XYZ40.562542.205972.3384
Yxy42.20590.26150.2721
Hunter Lab64.9661-2.2416-20.5420
CIE-Lab71.01261.3881-24.4933

#96afda color RGB value is (150,175,218).

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

The process color (four color CMYK) of #96afda color hex is 0.31, 0.20, 0.00, 0.15. Web safe color of #96afda is #9999cc. Color #96afda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101111 11011010
Octal 226 257 332
Decimal 150 175 218
Hex 96 AF DA

RGB Percentages of Color #96afda

%27.62
%32.23
%40.15

CMYK Percentages of Color #96afda

%31
%20
%0
%15

Triadic Colors of #96afda

#96afda #da96af #afda96

Analogous Colors of #96afda

#96afda #9f96da #96d1da

Monochromatic Colors of #96afda

#96afda

Complementary Color

#96afda #dac196

#96afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#96afda Color CSS Codes

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

#96afda Text Font Color

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

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


#96afda Background Color

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

This div background color is #96afda


#96afda Border Color

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

This div border color is #96afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96afda


Comments

No comments written yet.

Please login to write comment.