Color Hex Logo

#bd908e Color Hex

#BD908E
(189,144,142)
0 Favorites   0 Comments

Color spaces of #bd908e

RGB 189144142
HSL0.010.260.65
HSV25°74°
CMYK 0.000.240.25   0.26
XYZ35.842032.718330.0174
Yxy32.71830.36360.3319
Hunter Lab57.199911.74998.9257
CIE-Lab63.932216.69837.6470

#bd908e color RGB value is (189,144,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 10001110
Octal 275 220 216
Decimal 189 144 142
Hex BD 90 8E

RGB Percentages of Color #bd908e

%39.79
%30.32
%29.89

CMYK Percentages of Color #bd908e

%0
%24
%25
%26

Triadic Colors of #bd908e

#bd908e #8ebd90 #908ebd

Analogous Colors of #bd908e

#bd908e #bda88e #bd8ea4

Monochromatic Colors of #bd908e

#bd908e

Complementary Color

#bd908e #8ebbbd

#bd908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd908e Color CSS Codes

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

#bd908e Text Font Color

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

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


#bd908e Background Color

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

This div background color is #bd908e


#bd908e Border Color

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

This div border color is #bd908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd908e


Comments

No comments written yet.

Please login to write comment.