Color Hex Logo

#bd908d Color Hex

#BD908D
(189,144,141)
0 Favorites   0 Comments

Color spaces of #bd908d

RGB 189144141
HSL0.010.270.65
HSV25°74°
CMYK 0.000.240.25   0.26
XYZ35.767232.688429.6237
Yxy32.68840.36470.3333
Hunter Lab57.173811.61339.3014
CIE-Lab63.907816.55188.1766

#bd908d color RGB value is (189,144,141).

#bd908d hex color red value is 189, green value is 144 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bd908d hue: 0.01 , saturation: 0.27 and the lightness value of bd908d is 0.65.

The process color (four color CMYK) of #bd908d color hex is 0.00, 0.24, 0.25, 0.26. Web safe color of #bd908d is #cc9999. Color #bd908d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 10001101
Octal 275 220 215
Decimal 189 144 141
Hex BD 90 8D

RGB Percentages of Color #bd908d

%39.87
%30.38
%29.75

CMYK Percentages of Color #bd908d

%0
%24
%25
%26

Triadic Colors of #bd908d

#bd908d #8dbd90 #908dbd

Analogous Colors of #bd908d

#bd908d #bda88d #bd8da2

Monochromatic Colors of #bd908d

#bd908d

Complementary Color

#bd908d #8dbabd

#bd908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd908d Color CSS Codes

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

#bd908d Text Font Color

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

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


#bd908d Background Color

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

This div background color is #bd908d


#bd908d Border Color

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

This div border color is #bd908d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,144,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd908d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd908d;
  -webkit-box-shadow: 1px 1px 3px 2px #bd908d;
  box-shadow:         1px 1px 3px 2px #bd908d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,144,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd908d


Comments

No comments written yet.

Please login to write comment.