Color Hex Logo

#96bebc Color Hex

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

Color spaces of #96bebc

RGB 150190188
HSL0.490.240.67
HSV177°21°75°
CMYK 0.210.000.01   0.25
XYZ40.068246.941854.5258
Yxy46.94180.28310.3317
Hunter Lab68.5141-15.50980.7749
CIE-Lab74.1525-13.6813-3.3866

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

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

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

Base Numbers

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

RGB Percentages of Color #96bebc

%28.41
%35.98
%35.61

CMYK Percentages of Color #96bebc

%21
%0
%1
%25

Triadic Colors of #96bebc

#96bebc #bc96be #bebc96

Analogous Colors of #96bebc

#96bebc #96acbe #96bea8

Monochromatic Colors of #96bebc

#96bebc

Complementary Color

#96bebc #be9698

#96bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bebc Color CSS Codes

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

#96bebc Text Font Color

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

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


#96bebc Background Color

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

This div background color is #96bebc


#96bebc Border Color

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

This div border color is #96bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bebc


Comments

No comments written yet.

Please login to write comment.