Color Hex Logo

#bd987e Color Hex

#BD987E
(189,152,126)
0 Favorites   0 Comments

Color spaces of #bd987e

RGB 189152126
HSL0.070.320.62
HSV25°33°74°
CMYK 0.000.200.33   0.26
XYZ35.980434.781624.5558
Yxy34.78160.37750.3649
Hunter Lab58.97595.692516.5966
CIE-Lab65.578310.067318.9137

#bd987e color RGB value is (189,152,126).

#bd987e hex color red value is 189, green value is 152 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bd987e hue: 0.07 , saturation: 0.32 and the lightness value of bd987e is 0.62.

The process color (four color CMYK) of #bd987e color hex is 0.00, 0.20, 0.33, 0.26. Web safe color of #bd987e is #cc9966. Color #bd987e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 01111110
Octal 275 230 176
Decimal 189 152 126
Hex BD 98 7E

RGB Percentages of Color #bd987e

%40.47
%32.55
%26.98

CMYK Percentages of Color #bd987e

%0
%20
%33
%26

Triadic Colors of #bd987e

#bd987e #7ebd98 #987ebd

Analogous Colors of #bd987e

#bd987e #bdb87e #bd7e84

Monochromatic Colors of #bd987e

#bd987e

Complementary Color

#bd987e #7ea3bd

#bd987e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd987e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd987e Color CSS Codes

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

#bd987e Text Font Color

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

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


#bd987e Background Color

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

This div background color is #bd987e


#bd987e Border Color

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

This div border color is #bd987e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd987e


Comments

No comments written yet.

Please login to write comment.