Color Hex Logo

#bdae6d Color Hex

#BDAE6D
(189,174,109)
0 Favorites   0 Comments

Color spaces of #bdae6d

RGB 189174109
HSL0.140.380.58
HSV49°42°74°
CMYK 0.000.080.42   0.26
XYZ38.882642.195020.5631
Yxy42.19500.38250.4151
Hunter Lab64.9577-6.828826.7014
CIE-Lab71.0052-3.849935.2624

#bdae6d color RGB value is (189,174,109).

#bdae6d hex color red value is 189, green value is 174 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bdae6d hue: 0.14 , saturation: 0.38 and the lightness value of bdae6d is 0.58.

The process color (four color CMYK) of #bdae6d color hex is 0.00, 0.08, 0.42, 0.26. Web safe color of #bdae6d is #cc9966. Color #bdae6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 01101101
Octal 275 256 155
Decimal 189 174 109
Hex BD AE 6D

RGB Percentages of Color #bdae6d

%40.04
%36.86
%23.09

CMYK Percentages of Color #bdae6d

%0
%8
%42
%26

Triadic Colors of #bdae6d

#bdae6d #6dbdae #ae6dbd

Analogous Colors of #bdae6d

#bdae6d #a4bd6d #bd866d

Monochromatic Colors of #bdae6d

#bdae6d

Complementary Color

#bdae6d #6d7cbd

#bdae6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae6d Color CSS Codes

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

#bdae6d Text Font Color

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

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


#bdae6d Background Color

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

This div background color is #bdae6d


#bdae6d Border Color

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

This div border color is #bdae6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae6d


Comments

No comments written yet.

Please login to write comment.