Color Hex Logo

#96bece Color Hex

#96BECE
(150,190,206)
0 Favorites   0 Comments

Color spaces of #96bece

RGB 150190206
HSL0.550.360.70
HSV197°27°81°
CMYK 0.270.080.00   0.19
XYZ42.131747.767265.3919
Yxy47.76720.27130.3076
Hunter Lab69.1138-12.1358-7.7174
CIE-Lab74.6779-9.6172-12.3988

#96bece color RGB value is (150,190,206).

#96bece hex color red value is 150, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #96bece hue: 0.55 , saturation: 0.36 and the lightness value of 96bece is 0.70.

The process color (four color CMYK) of #96bece color hex is 0.27, 0.08, 0.00, 0.19. Web safe color of #96bece is #99cccc. Color #96bece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111110 11001110
Octal 226 276 316
Decimal 150 190 206
Hex 96 BE CE

RGB Percentages of Color #96bece

%27.47
%34.80
%37.73

CMYK Percentages of Color #96bece

%27
%8
%0
%19

Triadic Colors of #96bece

#96bece #ce96be #bece96

Analogous Colors of #96bece

#96bece #96a2ce #96cec2

Monochromatic Colors of #96bece

#96bece

Complementary Color

#96bece #cea696

#96bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bece Color CSS Codes

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

#96bece Text Font Color

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

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


#96bece Background Color

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

This div background color is #96bece


#96bece Border Color

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

This div border color is #96bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bece


Comments

No comments written yet.

Please login to write comment.