Color Hex Logo

#96bcbf Color Hex

#96BCBF
(150,188,191)
0 Favorites   0 Comments

Color spaces of #96bcbf

RGB 150188191
HSL0.510.240.67
HSV184°21°75°
CMYK 0.210.020.00   0.25
XYZ39.964946.212156.1037
Yxy46.21210.28090.3248
Hunter Lab67.9795-14.0246-1.3466
CIE-Lab73.6830-11.9797-5.7137

#96bcbf color RGB value is (150,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 10111111
Octal 226 274 277
Decimal 150 188 191
Hex 96 BC BF

RGB Percentages of Color #96bcbf

%28.36
%35.54
%36.11

CMYK Percentages of Color #96bcbf

%21
%2
%0
%25

Triadic Colors of #96bcbf

#96bcbf #bf96bc #bcbf96

Analogous Colors of #96bcbf

#96bcbf #96a8bf #96bfae

Monochromatic Colors of #96bcbf

#96bcbf

Complementary Color

#96bcbf #bf9996

#96bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bcbf Color CSS Codes

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

#96bcbf Text Font Color

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

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


#96bcbf Background Color

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

This div background color is #96bcbf


#96bcbf Border Color

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

This div border color is #96bcbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,188,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 #96bcbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bcbf


Comments

No comments written yet.

Please login to write comment.