Color Hex Logo

#bdaf1f Color Hex

#BDAF1F
(189,175,31)
0 Favorites   0 Comments

Color spaces of #bdaf1f

RGB 18917531
HSL0.150.720.43
HSV55°84°74°
CMYK 0.000.070.84   0.26
XYZ36.563641.57777.3945
Yxy41.57770.42750.4861
Hunter Lab64.4808-11.623538.3373
CIE-Lab70.5788-9.542867.6758

#bdaf1f color RGB value is (189,175,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 00011111
Octal 275 257 37
Decimal 189 175 31
Hex BD AF 1F

RGB Percentages of Color #bdaf1f

%47.85
%44.30
%7.85

CMYK Percentages of Color #bdaf1f

%0
%7
%84
%26

Triadic Colors of #bdaf1f

#bdaf1f #1fbdaf #af1fbd

Analogous Colors of #bdaf1f

#bdaf1f #7cbd1f #bd601f

Monochromatic Colors of #bdaf1f

#bdaf1f

Complementary Color

#bdaf1f #1f2dbd

#bdaf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaf1f Color CSS Codes

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

#bdaf1f Text Font Color

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

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


#bdaf1f Background Color

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

This div background color is #bdaf1f


#bdaf1f Border Color

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

This div border color is #bdaf1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,175,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 #bdaf1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaf1f


Comments

No comments written yet.

Please login to write comment.