Color Hex Logo

#bdae7f Color Hex

#BDAE7F
(189,174,127)
0 Favorites   0 Comments

Color spaces of #bdae7f

RGB 189174127
HSL0.130.320.62
HSV45°33°74°
CMYK 0.000.080.33   0.26
XYZ39.953142.623226.2000
Yxy42.62320.36730.3918
Hunter Lab65.2864-5.015321.9069
CIE-Lab71.2985-1.738626.1175

#bdae7f color RGB value is (189,174,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 01111111
Octal 275 256 177
Decimal 189 174 127
Hex BD AE 7F

RGB Percentages of Color #bdae7f

%38.57
%35.51
%25.92

CMYK Percentages of Color #bdae7f

%0
%8
%33
%26

Triadic Colors of #bdae7f

#bdae7f #7fbdae #ae7fbd

Analogous Colors of #bdae7f

#bdae7f #adbd7f #bd8f7f

Monochromatic Colors of #bdae7f

#bdae7f

Complementary Color

#bdae7f #7f8ebd

#bdae7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae7f Color CSS Codes

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

#bdae7f Text Font Color

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

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


#bdae7f Background Color

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

This div background color is #bdae7f


#bdae7f Border Color

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

This div border color is #bdae7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae7f


Comments

No comments written yet.

Please login to write comment.