Color Hex Logo

#bdae6f Color Hex

#BDAE6F
(189,174,111)
0 Favorites   0 Comments

Color spaces of #bdae6f

RGB 189174111
HSL0.130.370.59
HSV48°41°74°
CMYK 0.000.080.41   0.26
XYZ38.991642.238621.1367
Yxy42.23860.38090.4126
Hunter Lab64.9912-6.643326.2113
CIE-Lab71.0351-3.632534.2569

#bdae6f color RGB value is (189,174,111).

#bdae6f hex color red value is 189, green value is 174 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bdae6f hue: 0.13 , saturation: 0.37 and the lightness value of bdae6f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 01101111
Octal 275 256 157
Decimal 189 174 111
Hex BD AE 6F

RGB Percentages of Color #bdae6f

%39.87
%36.71
%23.42

CMYK Percentages of Color #bdae6f

%0
%8
%41
%26

Triadic Colors of #bdae6f

#bdae6f #6fbdae #ae6fbd

Analogous Colors of #bdae6f

#bdae6f #a5bd6f #bd876f

Monochromatic Colors of #bdae6f

#bdae6f

Complementary Color

#bdae6f #6f7ebd

#bdae6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae6f Color CSS Codes

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

#bdae6f Text Font Color

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

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


#bdae6f Background Color

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

This div background color is #bdae6f


#bdae6f Border Color

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

This div border color is #bdae6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae6f


Comments

No comments written yet.

Please login to write comment.