Color Hex Logo

#96bcc4 Color Hex

#96BCC4
(150,188,196)
0 Favorites   0 Comments

Color spaces of #96bcc4

RGB 150188196
HSL0.530.280.68
HSV190°23°77°
CMYK 0.230.040.00   0.23
XYZ40.524746.436059.0517
Yxy46.43600.27750.3180
Hunter Lab68.1440-13.0993-3.6783
CIE-Lab73.8276-10.8621-8.2250

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

#96bcc4 hex color red value is 150, green value is 188 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #96bcc4 hue: 0.53 , saturation: 0.28 and the lightness value of 96bcc4 is 0.68.

The process color (four color CMYK) of #96bcc4 color hex is 0.23, 0.04, 0.00, 0.23. Web safe color of #96bcc4 is #99cccc. Color #96bcc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 11000100
Octal 226 274 304
Decimal 150 188 196
Hex 96 BC C4

RGB Percentages of Color #96bcc4

%28.09
%35.21
%36.70

CMYK Percentages of Color #96bcc4

%23
%4
%0
%23

Triadic Colors of #96bcc4

#96bcc4 #c496bc #bcc496

Analogous Colors of #96bcc4

#96bcc4 #96a5c4 #96c4b5

Monochromatic Colors of #96bcc4

#96bcc4

Complementary Color

#96bcc4 #c49e96

#96bcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bcc4 Color CSS Codes

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

#96bcc4 Text Font Color

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

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


#96bcc4 Background Color

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

This div background color is #96bcc4


#96bcc4 Border Color

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

This div border color is #96bcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bcc4


Comments

No comments written yet.

Please login to write comment.