Color Hex Logo

#b7ac1e Color Hex

#B7AC1E
(183,172,30)
0 Favorites   0 Comments

Color spaces of #b7ac1e

RGB 18317230
HSL0.150.720.42
HSV56°84°72°
CMYK 0.000.060.84   0.28
XYZ34.515339.66617.0655
Yxy39.66610.42480.4882
Hunter Lab62.9810-12.394037.4353
CIE-Lab69.2310-10.655066.5806

#b7ac1e color RGB value is (183,172,30).

#b7ac1e hex color red value is 183, green value is 172 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b7ac1e hue: 0.15 , saturation: 0.72 and the lightness value of b7ac1e is 0.42.

The process color (four color CMYK) of #b7ac1e color hex is 0.00, 0.06, 0.84, 0.28. Web safe color of #b7ac1e is #cc9933. Color #b7ac1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101100 00011110
Octal 267 254 36
Decimal 183 172 30
Hex B7 AC 1E

RGB Percentages of Color #b7ac1e

%47.53
%44.68
%7.79

CMYK Percentages of Color #b7ac1e

%0
%6
%84
%28

Triadic Colors of #b7ac1e

#b7ac1e #1eb7ac #ac1eb7

Analogous Colors of #b7ac1e

#b7ac1e #76b71e #b7601e

Monochromatic Colors of #b7ac1e

#b7ac1e

Complementary Color

#b7ac1e #1e29b7

#b7ac1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ac1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ac1e Color CSS Codes

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

#b7ac1e Text Font Color

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

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


#b7ac1e Background Color

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

This div background color is #b7ac1e


#b7ac1e Border Color

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

This div border color is #b7ac1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,172,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7ac1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7ac1e;
  -webkit-box-shadow: 1px 1px 3px 2px #b7ac1e;
  box-shadow:         1px 1px 3px 2px #b7ac1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,172,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ac1e


Comments

No comments written yet.

Please login to write comment.