Color Hex Logo

#b9dc93 Color Hex

#B9DC93
(185,220,147)
0 Favorites   0 Comments

Color spaces of #b9dc93

RGB 185220147
HSL0.250.510.72
HSV89°33°86°
CMYK 0.160.000.33   0.14
XYZ50.867263.607337.2002
Yxy63.60730.33540.4194
Hunter Lab79.7542-25.722628.1730
CIE-Lab83.7609-24.056432.1850

#b9dc93 color RGB value is (185,220,147).

#b9dc93 hex color red value is 185, green value is 220 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #b9dc93 hue: 0.25 , saturation: 0.51 and the lightness value of b9dc93 is 0.72.

The process color (four color CMYK) of #b9dc93 color hex is 0.16, 0.00, 0.33, 0.14. Web safe color of #b9dc93 is #cccc99. Color #b9dc93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011100 10010011
Octal 271 334 223
Decimal 185 220 147
Hex B9 DC 93

RGB Percentages of Color #b9dc93

%33.51
%39.86
%26.63

CMYK Percentages of Color #b9dc93

%16
%0
%33
%14

Triadic Colors of #b9dc93

#b9dc93 #93b9dc #dc93b9

Analogous Colors of #b9dc93

#b9dc93 #95dc93 #dcdb93

Monochromatic Colors of #b9dc93

#b9dc93

Complementary Color

#b9dc93 #b693dc

#b9dc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dc93 Color CSS Codes

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

#b9dc93 Text Font Color

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

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


#b9dc93 Background Color

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

This div background color is #b9dc93


#b9dc93 Border Color

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

This div border color is #b9dc93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,220,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9dc93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9dc93;
  -webkit-box-shadow: 1px 1px 3px 2px #b9dc93;
  box-shadow:         1px 1px 3px 2px #b9dc93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dc93


Comments

No comments written yet.

Please login to write comment.