Color Hex Logo

#96acbf Color Hex

#96ACBF
(150,172,191)
0 Favorites   0 Comments

Color spaces of #96acbf

RGB 150172191
HSL0.580.240.67
HSV208°21°75°
CMYK 0.210.100.00   0.25
XYZ36.734239.750755.0268
Yxy39.75070.27930.3023
Hunter Lab63.0482-6.3335-7.6131
CIE-Lab69.2916-3.4299-12.2525

#96acbf color RGB value is (150,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101100 10111111
Octal 226 254 277
Decimal 150 172 191
Hex 96 AC BF

RGB Percentages of Color #96acbf

%29.24
%33.53
%37.23

CMYK Percentages of Color #96acbf

%21
%10
%0
%25

Triadic Colors of #96acbf

#96acbf #bf96ac #acbf96

Analogous Colors of #96acbf

#96acbf #9698bf #96bfbe

Monochromatic Colors of #96acbf

#96acbf

Complementary Color

#96acbf #bfa996

#96acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96acbf Color CSS Codes

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

#96acbf Text Font Color

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

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


#96acbf Background Color

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

This div background color is #96acbf


#96acbf Border Color

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

This div border color is #96acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96acbf


Comments

No comments written yet.

Please login to write comment.