Color Hex Logo

#b9af3f Color Hex

#B9AF3F
(185,175,63)
0 Favorites   0 Comments

Color spaces of #b9af3f

RGB 18517563
HSL0.150.490.49
HSV55°66°73°
CMYK 0.000.050.66   0.27
XYZ36.234841.333110.7709
Yxy41.33310.41020.4679
Hunter Lab64.2908-11.905035.0705
CIE-Lab70.4087-9.902956.4835

#b9af3f color RGB value is (185,175,63).

#b9af3f hex color red value is 185, green value is 175 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b9af3f hue: 0.15 , saturation: 0.49 and the lightness value of b9af3f is 0.49.

The process color (four color CMYK) of #b9af3f color hex is 0.00, 0.05, 0.66, 0.27. Web safe color of #b9af3f is #cc9933. Color #b9af3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101111 00111111
Octal 271 257 77
Decimal 185 175 63
Hex B9 AF 3F

RGB Percentages of Color #b9af3f

%43.74
%41.37
%14.89

CMYK Percentages of Color #b9af3f

%0
%5
%66
%27

Triadic Colors of #b9af3f

#b9af3f #3fb9af #af3fb9

Analogous Colors of #b9af3f

#b9af3f #86b93f #b9723f

Monochromatic Colors of #b9af3f

#b9af3f

Complementary Color

#b9af3f #3f49b9

#b9af3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9af3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9af3f Color CSS Codes

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

#b9af3f Text Font Color

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

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


#b9af3f Background Color

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

This div background color is #b9af3f


#b9af3f Border Color

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

This div border color is #b9af3f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,175,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9af3f


Comments

No comments written yet.

Please login to write comment.