Color Hex Logo

#b9cd9d Color Hex

#B9CD9D
(185,205,157)
0 Favorites   0 Comments

Color spaces of #b9cd9d

RGB 185205157
HSL0.240.320.71
HSV85°23°80°
CMYK 0.100.000.23   0.20
XYZ47.924756.411340.2608
Yxy56.41130.33140.3901
Hunter Lab75.1075-17.540420.7933
CIE-Lab79.8473-15.171221.7037

#b9cd9d color RGB value is (185,205,157).

#b9cd9d hex color red value is 185, green value is 205 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b9cd9d hue: 0.24 , saturation: 0.32 and the lightness value of b9cd9d is 0.71.

The process color (four color CMYK) of #b9cd9d color hex is 0.10, 0.00, 0.23, 0.20. Web safe color of #b9cd9d is #cccc99. Color #b9cd9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001101 10011101
Octal 271 315 235
Decimal 185 205 157
Hex B9 CD 9D

RGB Percentages of Color #b9cd9d

%33.82
%37.48
%28.70

CMYK Percentages of Color #b9cd9d

%10
%0
%23
%20

Triadic Colors of #b9cd9d

#b9cd9d #9db9cd #cd9db9

Analogous Colors of #b9cd9d

#b9cd9d #a1cd9d #cdc99d

Monochromatic Colors of #b9cd9d

#b9cd9d

Complementary Color

#b9cd9d #b19dcd

#b9cd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cd9d Color CSS Codes

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

#b9cd9d Text Font Color

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

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


#b9cd9d Background Color

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

This div background color is #b9cd9d


#b9cd9d Border Color

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

This div border color is #b9cd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cd9d


Comments

No comments written yet.

Please login to write comment.