color codes Logo

#b4a84d color codes

#B4A84D
(180,168,77)
0 Favorites   0 Comments

Color spaces of #b4a84d

RGB 18016877
HSL0.150.410.50
HSV53°57°71°
CMYK 0.000.070.57   0.29
XYZ34.164638.244412.6024
Yxy38.24440.40190.4499
Hunter Lab61.8421-9.611431.2071
CIE-Lab68.2004-7.424647.7053

#b4a84d color RGB value is (180,168,77).

#b4a84d hex color red value is 180, green value is 168 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b4a84d hue: 0.15 , saturation: 0.41 and the lightness value of b4a84d is 0.50.

The process color (four color CMYK) of #b4a84d color code is 0.00, 0.07, 0.57, 0.29. Web safe color of #b4a84d is #cc9966. Color #b4a84d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101000 01001101
Octal 264 250 115
Decimal 180 168 77
Hex B4 A8 4D

RGB Percentages of Color #b4a84d

%42.35
%39.53
%18.12

CMYK Percentages of Color #b4a84d

%0
%7
%57
%29

Triadic Colors of #b4a84d

#b4a84d #4db4a8 #a84db4

Analogous Colors of #b4a84d

#b4a84d #8db44d #b4754d

Monochromatic Colors of #b4a84d

#b4a84d

Complementary Color

#b4a84d #4d59b4

#b4a84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a84d Color CSS Codes

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

#b4a84d Text Font Color

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

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


#b4a84d Background Color

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

This div background color is #b4a84d


#b4a84d Border Color

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

This div border color is #b4a84d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,168,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4a84d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4a84d;
  -webkit-box-shadow: 1px 1px 3px 2px #b4a84d;
  box-shadow:         1px 1px 3px 2px #b4a84d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,168,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a84d


Comments

No comments written yet.

Please login to write comment.