Color Hex Logo

#96afbe Color Hex

#96AFBE
(150,175,190)
0 Favorites   0 Comments

Color spaces of #96afbe

RGB 150175190
HSL0.560.240.67
HSV203°21°75°
CMYK 0.210.080.00   0.25
XYZ37.201940.861754.6415
Yxy40.86170.28030.3079
Hunter Lab63.9232-7.9824-5.9349
CIE-Lab70.0789-5.2844-10.5223

#96afbe color RGB value is (150,175,190).

#96afbe hex color red value is 150, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #96afbe hue: 0.56 , saturation: 0.24 and the lightness value of 96afbe is 0.67.

The process color (four color CMYK) of #96afbe color hex is 0.21, 0.08, 0.00, 0.25. Web safe color of #96afbe is #9999cc. Color #96afbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101111 10111110
Octal 226 257 276
Decimal 150 175 190
Hex 96 AF BE

RGB Percentages of Color #96afbe

%29.13
%33.98
%36.89

CMYK Percentages of Color #96afbe

%21
%8
%0
%25

Triadic Colors of #96afbe

#96afbe #be96af #afbe96

Analogous Colors of #96afbe

#96afbe #969bbe #96beb9

Monochromatic Colors of #96afbe

#96afbe

Complementary Color

#96afbe #bea596

#96afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#96afbe Color CSS Codes

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

#96afbe Text Font Color

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

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


#96afbe Background Color

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

This div background color is #96afbe


#96afbe Border Color

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

This div border color is #96afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96afbe

#96afbe Color Palettes


Comments

No comments written yet.

Please login to write comment.