Color Hex Logo

#9db683 Color Hex

#9DB683
(157,182,131)
0 Favorites   0 Comments

Color spaces of #9db683

RGB 157182131
HSL0.250.260.61
HSV89°28°71°
CMYK 0.140.000.28   0.29
XYZ34.729342.262727.7998
Yxy42.26270.33140.4033
Hunter Lab65.0098-18.409420.1530
CIE-Lab71.0517-17.766723.2098

#9db683 color RGB value is (157,182,131).

#9db683 hex color red value is 157, green value is 182 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #9db683 hue: 0.25 , saturation: 0.26 and the lightness value of 9db683 is 0.61.

The process color (four color CMYK) of #9db683 color hex is 0.14, 0.00, 0.28, 0.29. Web safe color of #9db683 is #99cc99. Color #9db683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10110110 10000011
Octal 235 266 203
Decimal 157 182 131
Hex 9D B6 83

RGB Percentages of Color #9db683

%33.40
%38.72
%27.87

CMYK Percentages of Color #9db683

%14
%0
%28
%29

Triadic Colors of #9db683

#9db683 #839db6 #b6839d

Analogous Colors of #9db683

#9db683 #84b683 #b6b683

Monochromatic Colors of #9db683

#9db683

Complementary Color

#9db683 #9c83b6

#9db683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9db683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9db683 Color CSS Codes

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

#9db683 Text Font Color

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

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


#9db683 Background Color

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

This div background color is #9db683


#9db683 Border Color

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

This div border color is #9db683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9db683


Comments

No comments written yet.

Please login to write comment.