Color Hex Logo

#bdae1f Color Hex

#BDAE1F
(189,174,31)
0 Favorites   0 Comments

Color spaces of #bdae1f

RGB 18917431
HSL0.150.720.43
HSV54°84°74°
CMYK 0.000.080.84   0.26
XYZ36.369641.18987.3299
Yxy41.18980.42840.4852
Hunter Lab64.1793-11.160038.1540
CIE-Lab70.3087-9.023067.4484

#bdae1f color RGB value is (189,174,31).

#bdae1f hex color red value is 189, green value is 174 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bdae1f hue: 0.15 , saturation: 0.72 and the lightness value of bdae1f is 0.43.

The process color (four color CMYK) of #bdae1f color hex is 0.00, 0.08, 0.84, 0.26. Web safe color of #bdae1f is #cc9933. Color #bdae1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 00011111
Octal 275 256 37
Decimal 189 174 31
Hex BD AE 1F

RGB Percentages of Color #bdae1f

%47.97
%44.16
%7.87

CMYK Percentages of Color #bdae1f

%0
%8
%84
%26

Triadic Colors of #bdae1f

#bdae1f #1fbdae #ae1fbd

Analogous Colors of #bdae1f

#bdae1f #7dbd1f #bd5f1f

Monochromatic Colors of #bdae1f

#bdae1f

Complementary Color

#bdae1f #1f2ebd

#bdae1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae1f Color CSS Codes

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

#bdae1f Text Font Color

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

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


#bdae1f Background Color

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

This div background color is #bdae1f


#bdae1f Border Color

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

This div border color is #bdae1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae1f


Comments

No comments written yet.

Please login to write comment.