Color Hex Logo

#9dbeb9 Color Hex

#9DBEB9
(157,190,185)
0 Favorites   0 Comments

Color spaces of #9dbeb9

RGB 157190185
HSL0.470.200.68
HSV171°17°75°
CMYK 0.170.000.03   0.25
XYZ41.075047.497852.9020
Yxy47.49780.29030.3357
Hunter Lab68.9186-14.22302.7320
CIE-Lab74.5071-12.0953-1.1828

#9dbeb9 color RGB value is (157,190,185).

#9dbeb9 hex color red value is 157, green value is 190 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #9dbeb9 hue: 0.47 , saturation: 0.20 and the lightness value of 9dbeb9 is 0.68.

The process color (four color CMYK) of #9dbeb9 color hex is 0.17, 0.00, 0.03, 0.25. Web safe color of #9dbeb9 is #99cccc. Color #9dbeb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111110 10111001
Octal 235 276 271
Decimal 157 190 185
Hex 9D BE B9

RGB Percentages of Color #9dbeb9

%29.51
%35.71
%34.77

CMYK Percentages of Color #9dbeb9

%17
%0
%3
%25

Triadic Colors of #9dbeb9

#9dbeb9 #b99dbe #beb99d

Analogous Colors of #9dbeb9

#9dbeb9 #9db3be #9dbea9

Monochromatic Colors of #9dbeb9

#9dbeb9

Complementary Color

#9dbeb9 #be9da2

#9dbeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbeb9 Color CSS Codes

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

#9dbeb9 Text Font Color

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

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


#9dbeb9 Background Color

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

This div background color is #9dbeb9


#9dbeb9 Border Color

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

This div border color is #9dbeb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,190,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbeb9


Comments

No comments written yet.

Please login to write comment.