Color Hex Logo

#96d0bd Color Hex

#96D0BD
(150,208,189)
0 Favorites   0 Comments

Color spaces of #96d0bd

RGB 150208189
HSL0.450.380.70
HSV160°28°82°
CMYK 0.280.000.09   0.18
XYZ44.318955.269956.4764
Yxy55.26990.28400.3541
Hunter Lab74.3437-23.69147.0000
CIE-Lab79.1965-22.60793.4381

#96d0bd color RGB value is (150,208,189).

#96d0bd hex color red value is 150, green value is 208 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #96d0bd hue: 0.45 , saturation: 0.38 and the lightness value of 96d0bd is 0.70.

The process color (four color CMYK) of #96d0bd color hex is 0.28, 0.00, 0.09, 0.18. Web safe color of #96d0bd is #99cccc. Color #96d0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11010000 10111101
Octal 226 320 275
Decimal 150 208 189
Hex 96 D0 BD

RGB Percentages of Color #96d0bd

%27.42
%38.03
%34.55

CMYK Percentages of Color #96d0bd

%28
%0
%9
%18

Triadic Colors of #96d0bd

#96d0bd #bd96d0 #d0bd96

Analogous Colors of #96d0bd

#96d0bd #96c6d0 #96d0a0

Monochromatic Colors of #96d0bd

#96d0bd

Complementary Color

#96d0bd #d096a9

#96d0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96d0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96d0bd Color CSS Codes

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

#96d0bd Text Font Color

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

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


#96d0bd Background Color

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

This div background color is #96d0bd


#96d0bd Border Color

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

This div border color is #96d0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96d0bd


Comments

No comments written yet.

Please login to write comment.