Color Hex Logo

#b4ae2d Color Hex

#B4AE2D
(180,174,45)
0 Favorites   0 Comments

Color spaces of #b4ae2d

RGB 18017445
HSL0.160.600.44
HSV57°75°71°
CMYK 0.000.030.75   0.29
XYZ34.432140.16498.4205
Yxy40.16490.41480.4838
Hunter Lab63.3758-13.928536.4854
CIE-Lab69.5868-12.475362.3537

#b4ae2d color RGB value is (180,174,45).

#b4ae2d hex color red value is 180, green value is 174 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b4ae2d hue: 0.16 , saturation: 0.60 and the lightness value of b4ae2d is 0.44.

The process color (four color CMYK) of #b4ae2d color hex is 0.00, 0.03, 0.75, 0.29. Web safe color of #b4ae2d is #cc9933. Color #b4ae2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101110 00101101
Octal 264 256 55
Decimal 180 174 45
Hex B4 AE 2D

RGB Percentages of Color #b4ae2d

%45.11
%43.61
%11.28

CMYK Percentages of Color #b4ae2d

%0
%3
%75
%29

Triadic Colors of #b4ae2d

#b4ae2d #2db4ae #ae2db4

Analogous Colors of #b4ae2d

#b4ae2d #77b42d #b46b2d

Monochromatic Colors of #b4ae2d

#b4ae2d

Complementary Color

#b4ae2d #2d33b4

#b4ae2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ae2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ae2d Color CSS Codes

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

#b4ae2d Text Font Color

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

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


#b4ae2d Background Color

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

This div background color is #b4ae2d


#b4ae2d Border Color

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

This div border color is #b4ae2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ae2d

#b4ae2d Color Palettes


Comments

No comments written yet.

Please login to write comment.