Color Hex Logo

#96afec Color Hex

#96AFEC
(150,175,236)
0 Favorites   0 Comments

Color spaces of #96afec

RGB 150175236
HSL0.620.690.76
HSV223°36°93°
CMYK 0.360.260.00   0.07
XYZ43.048043.200185.4265
Yxy43.20010.25080.2516
Hunter Lab65.72681.8874-31.0517
CIE-Lab71.69066.0030-33.2716

#96afec color RGB value is (150,175,236).

#96afec hex color red value is 150, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #96afec hue: 0.62 , saturation: 0.69 and the lightness value of 96afec is 0.76.

The process color (four color CMYK) of #96afec color hex is 0.36, 0.26, 0.00, 0.07. Web safe color of #96afec is #9999ff. Color #96afec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101111 11101100
Octal 226 257 354
Decimal 150 175 236
Hex 96 AF EC

RGB Percentages of Color #96afec

%26.74
%31.19
%42.07

CMYK Percentages of Color #96afec

%36
%26
%0
%7

Triadic Colors of #96afec

#96afec #ec96af #afec96

Analogous Colors of #96afec

#96afec #a896ec #96daec

Monochromatic Colors of #96afec

#96afec

Complementary Color

#96afec #ecd396

#96afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#96afec Color CSS Codes

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

#96afec Text Font Color

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

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


#96afec Background Color

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

This div background color is #96afec


#96afec Border Color

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

This div border color is #96afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96afec


Comments

No comments written yet.

Please login to write comment.