Color Hex Logo

#96bfda Color Hex

#96BFDA
(150,191,218)
0 Favorites   0 Comments

Color spaces of #96bfda

RGB 150191218
HSL0.570.480.72
HSV204°31°85°
CMYK 0.310.120.00   0.15
XYZ43.863448.807673.4386
Yxy48.80760.26410.2938
Hunter Lab69.8624-10.1874-13.4213
CIE-Lab75.3315-7.2813-17.9273

#96bfda color RGB value is (150,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111111 11011010
Octal 226 277 332
Decimal 150 191 218
Hex 96 BF DA

RGB Percentages of Color #96bfda

%26.83
%34.17
%39.00

CMYK Percentages of Color #96bfda

%31
%12
%0
%15

Triadic Colors of #96bfda

#96bfda #da96bf #bfda96

Analogous Colors of #96bfda

#96bfda #969dda #96dad3

Monochromatic Colors of #96bfda

#96bfda

Complementary Color

#96bfda #dab196

#96bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bfda Color CSS Codes

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

#96bfda Text Font Color

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

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


#96bfda Background Color

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

This div background color is #96bfda


#96bfda Border Color

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

This div border color is #96bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bfda


Comments

No comments written yet.

Please login to write comment.