Color Hex Logo

#b8ab28 Color Hex

#B8AB28
(184,171,40)
0 Favorites   0 Comments

Color spaces of #b8ab28

RGB 18417140
HSL0.150.640.44
HSV55°78°72°
CMYK 0.000.070.78   0.28
XYZ34.713139.46947.7963
Yxy39.46940.42340.4815
Hunter Lab62.8247-11.314936.6196
CIE-Lab69.0899-9.366663.6568

#b8ab28 color RGB value is (184,171,40).

#b8ab28 hex color red value is 184, green value is 171 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b8ab28 hue: 0.15 , saturation: 0.64 and the lightness value of b8ab28 is 0.44.

The process color (four color CMYK) of #b8ab28 color hex is 0.00, 0.07, 0.78, 0.28. Web safe color of #b8ab28 is #cc9933. Color #b8ab28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 00101000
Octal 270 253 50
Decimal 184 171 40
Hex B8 AB 28

RGB Percentages of Color #b8ab28

%46.58
%43.29
%10.13

CMYK Percentages of Color #b8ab28

%0
%7
%78
%28

Triadic Colors of #b8ab28

#b8ab28 #28b8ab #ab28b8

Analogous Colors of #b8ab28

#b8ab28 #7db828 #b86328

Monochromatic Colors of #b8ab28

#b8ab28

Complementary Color

#b8ab28 #2835b8

#b8ab28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ab28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ab28 Color CSS Codes

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

#b8ab28 Text Font Color

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

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


#b8ab28 Background Color

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

This div background color is #b8ab28


#b8ab28 Border Color

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

This div border color is #b8ab28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ab28


Comments

No comments written yet.

Please login to write comment.