Color Hex Logo

#bdae87 Color Hex

#BDAE87
(189,174,135)
0 Favorites   0 Comments

Color spaces of #bdae87

RGB 189174135
HSL0.120.290.64
HSV43°29°74°
CMYK 0.000.080.29   0.26
XYZ40.495542.840229.0563
Yxy42.84020.36030.3812
Hunter Lab65.4524-4.103619.4961
CIE-Lab71.4464-0.688822.0069

#bdae87 color RGB value is (189,174,135).

#bdae87 hex color red value is 189, green value is 174 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bdae87 hue: 0.12 , saturation: 0.29 and the lightness value of bdae87 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 10000111
Octal 275 256 207
Decimal 189 174 135
Hex BD AE 87

RGB Percentages of Color #bdae87

%37.95
%34.94
%27.11

CMYK Percentages of Color #bdae87

%0
%8
%29
%26

Triadic Colors of #bdae87

#bdae87 #87bdae #ae87bd

Analogous Colors of #bdae87

#bdae87 #b1bd87 #bd9387

Monochromatic Colors of #bdae87

#bdae87

Complementary Color

#bdae87 #8796bd

#bdae87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae87 Color CSS Codes

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

#bdae87 Text Font Color

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

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


#bdae87 Background Color

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

This div background color is #bdae87


#bdae87 Border Color

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

This div border color is #bdae87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae87


Comments

No comments written yet.

Please login to write comment.