Color Hex Logo

#96bcbc Color Hex

#96BCBC
(150,188,188)
0 Favorites   0 Comments

Color spaces of #96bcbc

RGB 150188188
HSL0.500.220.66
HSV180°20°74°
CMYK 0.200.000.00   0.26
XYZ39.638046.081354.3824
Yxy46.08130.28290.3289
Hunter Lab67.8832-14.56680.0200
CIE-Lab73.5983-12.6387-4.2029

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

#96bcbc hex color red value is 150, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #96bcbc hue: 0.50 , saturation: 0.22 and the lightness value of 96bcbc is 0.66.

The process color (four color CMYK) of #96bcbc color hex is 0.20, 0.00, 0.00, 0.26. Web safe color of #96bcbc is #99cccc. Color #96bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 10111100
Octal 226 274 274
Decimal 150 188 188
Hex 96 BC BC

RGB Percentages of Color #96bcbc

%28.52
%35.74
%35.74

CMYK Percentages of Color #96bcbc

%20
%0
%0
%26

Triadic Colors of #96bcbc

#96bcbc #bc96bc #bcbc96

Analogous Colors of #96bcbc

#96bcbc #96a9bc #96bca9

Monochromatic Colors of #96bcbc

#96bcbc

Complementary Color

#96bcbc #bc9696

#96bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bcbc Color CSS Codes

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

#96bcbc Text Font Color

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

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


#96bcbc Background Color

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

This div background color is #96bcbc


#96bcbc Border Color

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

This div border color is #96bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bcbc

#96bcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.