Color Hex Logo

#9dc6bd Color Hex

#9DC6BD
(157,198,189)
0 Favorites   0 Comments

Color spaces of #9dc6bd

RGB 157198189
HSL0.460.260.70
HSV167°21°78°
CMYK 0.210.000.05   0.22
XYZ43.284051.230455.7513
Yxy51.23040.28800.3409
Hunter Lab71.5754-17.31223.9208
CIE-Lab76.8184-15.39910.0286

#9dc6bd color RGB value is (157,198,189).

#9dc6bd hex color red value is 157, green value is 198 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9dc6bd hue: 0.46 , saturation: 0.26 and the lightness value of 9dc6bd is 0.70.

The process color (four color CMYK) of #9dc6bd color hex is 0.21, 0.00, 0.05, 0.22. Web safe color of #9dc6bd is #99cccc. Color #9dc6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000110 10111101
Octal 235 306 275
Decimal 157 198 189
Hex 9D C6 BD

RGB Percentages of Color #9dc6bd

%28.86
%36.40
%34.74

CMYK Percentages of Color #9dc6bd

%21
%0
%5
%22

Triadic Colors of #9dc6bd

#9dc6bd #bd9dc6 #c6bd9d

Analogous Colors of #9dc6bd

#9dc6bd #9dbbc6 #9dc6a9

Monochromatic Colors of #9dc6bd

#9dc6bd

Complementary Color

#9dc6bd #c69da6

#9dc6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc6bd Color CSS Codes

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

#9dc6bd Text Font Color

<p style="color:#9dc6bd">Text here</p>

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


#9dc6bd Background Color

<div style="background-color:#9dc6bd">
Div content here</div>

This div background color is #9dc6bd


#9dc6bd Border Color

<div style="border:3px solid #9dc6bd">
Div here</div>

This div border color is #9dc6bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,198,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dc6bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dc6bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9dc6bd;
  box-shadow:         1px 1px 3px 2px #9dc6bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,198,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 #9dc6bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc6bd


Comments

No comments written yet.

Please login to write comment.