Color Hex Logo

#b6ad42 Color Hex

#B6AD42
(182,173,66)
0 Favorites   0 Comments

Color spaces of #b6ad42

RGB 18217366
HSL0.150.470.49
HSV55°64°71°
CMYK 0.000.050.64   0.29
XYZ35.218340.225611.0624
Yxy40.22560.40710.4650
Hunter Lab63.4237-11.872834.0552
CIE-Lab69.6299-9.968654.3138

#b6ad42 color RGB value is (182,173,66).

#b6ad42 hex color red value is 182, green value is 173 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b6ad42 hue: 0.15 , saturation: 0.47 and the lightness value of b6ad42 is 0.49.

The process color (four color CMYK) of #b6ad42 color hex is 0.00, 0.05, 0.64, 0.29. Web safe color of #b6ad42 is #cc9933. Color #b6ad42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101101 01000010
Octal 266 255 102
Decimal 182 173 66
Hex B6 AD 42

RGB Percentages of Color #b6ad42

%43.23
%41.09
%15.68

CMYK Percentages of Color #b6ad42

%0
%5
%64
%29

Triadic Colors of #b6ad42

#b6ad42 #42b6ad #ad42b6

Analogous Colors of #b6ad42

#b6ad42 #85b642 #b67342

Monochromatic Colors of #b6ad42

#b6ad42

Complementary Color

#b6ad42 #424bb6

#b6ad42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ad42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ad42 Color CSS Codes

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

#b6ad42 Text Font Color

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

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


#b6ad42 Background Color

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

This div background color is #b6ad42


#b6ad42 Border Color

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

This div border color is #b6ad42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,173,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6ad42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6ad42;
  -webkit-box-shadow: 1px 1px 3px 2px #b6ad42;
  box-shadow:         1px 1px 3px 2px #b6ad42; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,173,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ad42


Comments

No comments written yet.

Please login to write comment.