Color Hex Logo

#9dbe56 Color Hex

#9DBE56
(157,190,86)
0 Favorites   0 Comments

Color spaces of #9dbe56

RGB 15719086
HSL0.220.440.54
HSV79°55°75°
CMYK 0.170.000.55   0.25
XYZ33.997844.666915.6338
Yxy44.66690.36050.4737
Hunter Lab66.8333-26.156132.9141
CIE-Lab72.6720-27.278548.1543

#9dbe56 color RGB value is (157,190,86).

#9dbe56 hex color red value is 157, green value is 190 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #9dbe56 hue: 0.22 , saturation: 0.44 and the lightness value of 9dbe56 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111110 01010110
Octal 235 276 126
Decimal 157 190 86
Hex 9D BE 56

RGB Percentages of Color #9dbe56

%36.26
%43.88
%19.86

CMYK Percentages of Color #9dbe56

%17
%0
%55
%25

Triadic Colors of #9dbe56

#9dbe56 #569dbe #be569d

Analogous Colors of #9dbe56

#9dbe56 #69be56 #beab56

Monochromatic Colors of #9dbe56

#9dbe56

Complementary Color

#9dbe56 #7756be

#9dbe56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbe56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbe56 Color CSS Codes

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

#9dbe56 Text Font Color

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

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


#9dbe56 Background Color

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

This div background color is #9dbe56


#9dbe56 Border Color

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

This div border color is #9dbe56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbe56


Comments

No comments written yet.

Please login to write comment.