Color Hex Logo

#bd908b Color Hex

#BD908B
(189,144,139)
0 Favorites   0 Comments

Color spaces of #bd908b

RGB 189144139
HSL0.020.270.64
HSV26°74°
CMYK 0.000.240.26   0.26
XYZ35.619732.629428.8468
Yxy32.62940.36690.3361
Hunter Lab57.122111.343610.0439
CIE-Lab63.859716.26229.2367

#bd908b color RGB value is (189,144,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 10001011
Octal 275 220 213
Decimal 189 144 139
Hex BD 90 8B

RGB Percentages of Color #bd908b

%40.04
%30.51
%29.45

CMYK Percentages of Color #bd908b

%0
%24
%26
%26

Triadic Colors of #bd908b

#bd908b #8bbd90 #908bbd

Analogous Colors of #bd908b

#bd908b #bda98b #bd8b9f

Monochromatic Colors of #bd908b

#bd908b

Complementary Color

#bd908b #8bb8bd

#bd908b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd908b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd908b Color CSS Codes

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

#bd908b Text Font Color

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

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


#bd908b Background Color

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

This div background color is #bd908b


#bd908b Border Color

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

This div border color is #bd908b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd908b


Comments

No comments written yet.

Please login to write comment.