Color Hex Logo

#b4ab67 Color Hex

#B4AB67
(180,171,103)
0 Favorites   0 Comments

Color spaces of #b4ab67

RGB 180171103
HSL0.150.340.55
HSV53°43°71°
CMYK 0.000.050.43   0.29
XYZ35.833539.808418.6271
Yxy39.80840.38010.4223
Hunter Lab63.0939-9.037226.6616
CIE-Lab69.3328-6.609136.0995

#b4ab67 color RGB value is (180,171,103).

#b4ab67 hex color red value is 180, green value is 171 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b4ab67 hue: 0.15 , saturation: 0.34 and the lightness value of b4ab67 is 0.55.

The process color (four color CMYK) of #b4ab67 color hex is 0.00, 0.05, 0.43, 0.29. Web safe color of #b4ab67 is #cc9966. Color #b4ab67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101011 01100111
Octal 264 253 147
Decimal 180 171 103
Hex B4 AB 67

RGB Percentages of Color #b4ab67

%39.65
%37.67
%22.69

CMYK Percentages of Color #b4ab67

%0
%5
%43
%29

Triadic Colors of #b4ab67

#b4ab67 #67b4ab #ab67b4

Analogous Colors of #b4ab67

#b4ab67 #97b467 #b48567

Monochromatic Colors of #b4ab67

#b4ab67

Complementary Color

#b4ab67 #6770b4

#b4ab67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ab67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ab67 Color CSS Codes

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

#b4ab67 Text Font Color

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

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


#b4ab67 Background Color

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

This div background color is #b4ab67


#b4ab67 Border Color

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

This div border color is #b4ab67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ab67


Comments

No comments written yet.

Please login to write comment.