Color Hex Logo

#96abdc Color Hex

#96ABDC
(150,171,220)
0 Favorites   0 Comments

Color spaces of #96abdc

RGB 150171220
HSL0.620.500.73
HSV222°32°86°
CMYK 0.320.220.00   0.14
XYZ40.058940.777273.4696
Yxy40.77720.25960.2643
Hunter Lab63.85700.2271-23.5152
CIE-Lab70.01954.1043-27.1105

#96abdc color RGB value is (150,171,220).

#96abdc hex color red value is 150, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #96abdc hue: 0.62 , saturation: 0.50 and the lightness value of 96abdc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101011 11011100
Octal 226 253 334
Decimal 150 171 220
Hex 96 AB DC

RGB Percentages of Color #96abdc

%27.73
%31.61
%40.67

CMYK Percentages of Color #96abdc

%32
%22
%0
%14

Triadic Colors of #96abdc

#96abdc #dc96ab #abdc96

Analogous Colors of #96abdc

#96abdc #a496dc #96cedc

Monochromatic Colors of #96abdc

#96abdc

Complementary Color

#96abdc #dcc796

#96abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96abdc Color CSS Codes

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

#96abdc Text Font Color

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

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


#96abdc Background Color

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

This div background color is #96abdc


#96abdc Border Color

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

This div border color is #96abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96abdc


Comments

No comments written yet.

Please login to write comment.