Color Hex Logo

#96bcda Color Hex

#96BCDA
(150,188,218)
0 Favorites   0 Comments

Color spaces of #96bcda

RGB 150188218
HSL0.570.480.72
HSV206°31°85°
CMYK 0.310.140.00   0.15
XYZ43.215847.512473.2228
Yxy47.51240.26360.2898
Hunter Lab68.9292-8.7140-14.7327
CIE-Lab74.5163-5.6787-19.1607

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

#96bcda hex color red value is 150, green value is 188 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #96bcda hue: 0.57 , saturation: 0.48 and the lightness value of 96bcda is 0.72.

The process color (four color CMYK) of #96bcda color hex is 0.31, 0.14, 0.00, 0.15. Web safe color of #96bcda is #99cccc. Color #96bcda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 11011010
Octal 226 274 332
Decimal 150 188 218
Hex 96 BC DA

RGB Percentages of Color #96bcda

%26.98
%33.81
%39.21

CMYK Percentages of Color #96bcda

%31
%14
%0
%15

Triadic Colors of #96bcda

#96bcda #da96bc #bcda96

Analogous Colors of #96bcda

#96bcda #969ada #96dad6

Monochromatic Colors of #96bcda

#96bcda

Complementary Color

#96bcda #dab496

#96bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bcda Color CSS Codes

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

#96bcda Text Font Color

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

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


#96bcda Background Color

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

This div background color is #96bcda


#96bcda Border Color

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

This div border color is #96bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bcda


Comments

No comments written yet.

Please login to write comment.