Color Hex Logo

#b3ae48 Color Hex

#B3AE48
(179,174,72)
0 Favorites   0 Comments

Color spaces of #b3ae48

RGB 17917472
HSL0.160.430.49
HSV57°60°70°
CMYK 0.000.030.60   0.30
XYZ34.896240.323712.0749
Yxy40.32370.39980.4619
Hunter Lab63.5009-13.034133.1765
CIE-Lab69.6995-11.366651.6693

#b3ae48 color RGB value is (179,174,72).

#b3ae48 hex color red value is 179, green value is 174 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b3ae48 hue: 0.16 , saturation: 0.43 and the lightness value of b3ae48 is 0.49.

The process color (four color CMYK) of #b3ae48 color hex is 0.00, 0.03, 0.60, 0.30. Web safe color of #b3ae48 is #cc9933. Color #b3ae48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101110 01001000
Octal 263 256 110
Decimal 179 174 72
Hex B3 AE 48

RGB Percentages of Color #b3ae48

%42.12
%40.94
%16.94

CMYK Percentages of Color #b3ae48

%0
%3
%60
%30

Triadic Colors of #b3ae48

#b3ae48 #48b3ae #ae48b3

Analogous Colors of #b3ae48

#b3ae48 #83b348 #b37948

Monochromatic Colors of #b3ae48

#b3ae48

Complementary Color

#b3ae48 #484db3

#b3ae48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ae48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ae48 Color CSS Codes

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

#b3ae48 Text Font Color

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

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


#b3ae48 Background Color

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

This div background color is #b3ae48


#b3ae48 Border Color

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

This div border color is #b3ae48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ae48


Comments

No comments written yet.

Please login to write comment.