Color Hex Logo

#96bfba Color Hex

#96BFBA
(150,191,186)
0 Favorites   0 Comments

Color spaces of #96bfba

RGB 150191186
HSL0.480.240.67
HSV173°21°75°
CMYK 0.210.000.03   0.25
XYZ40.071447.290853.4704
Yxy47.29080.28450.3358
Hunter Lab68.7683-16.33232.0372
CIE-Lab74.3754-14.6319-1.9709

#96bfba color RGB value is (150,191,186).

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

The process color (four color CMYK) of #96bfba color hex is 0.21, 0.00, 0.03, 0.25. Web safe color of #96bfba is #99cccc. Color #96bfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111111 10111010
Octal 226 277 272
Decimal 150 191 186
Hex 96 BF BA

RGB Percentages of Color #96bfba

%28.46
%36.24
%35.29

CMYK Percentages of Color #96bfba

%21
%0
%3
%25

Triadic Colors of #96bfba

#96bfba #ba96bf #bfba96

Analogous Colors of #96bfba

#96bfba #96b0bf #96bfa6

Monochromatic Colors of #96bfba

#96bfba

Complementary Color

#96bfba #bf969b

#96bfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bfba Color CSS Codes

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

#96bfba Text Font Color

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

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


#96bfba Background Color

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

This div background color is #96bfba


#96bfba Border Color

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

This div border color is #96bfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bfba


Comments

No comments written yet.

Please login to write comment.