Color Hex Logo

#96bcbe Color Hex

#96BCBE
(150,188,190)
0 Favorites   0 Comments

Color spaces of #96bcbe

RGB 150188190
HSL0.510.240.67
HSV183°21°75°
CMYK 0.210.010.00   0.25
XYZ39.855246.168255.5260
Yxy46.16820.28160.3262
Hunter Lab67.9472-14.2064-0.8884
CIE-Lab73.6545-12.2003-5.2104

#96bcbe color RGB value is (150,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 10111110
Octal 226 274 276
Decimal 150 188 190
Hex 96 BC BE

RGB Percentages of Color #96bcbe

%28.41
%35.61
%35.98

CMYK Percentages of Color #96bcbe

%21
%1
%0
%25

Triadic Colors of #96bcbe

#96bcbe #be96bc #bcbe96

Analogous Colors of #96bcbe

#96bcbe #96a8be #96beac

Monochromatic Colors of #96bcbe

#96bcbe

Complementary Color

#96bcbe #be9896

#96bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bcbe Color CSS Codes

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

#96bcbe Text Font Color

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

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


#96bcbe Background Color

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

This div background color is #96bcbe


#96bcbe Border Color

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

This div border color is #96bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bcbe


Comments

No comments written yet.

Please login to write comment.