Color Hex Logo

#bbb34e Color Hex

#BBB34E
(187,179,78)
0 Favorites   0 Comments

Color spaces of #bbb34e

RGB 18717978
HSL0.150.440.52
HSV56°58°73°
CMYK 0.000.040.58   0.27
XYZ37.988843.355113.5739
Yxy43.35510.40020.4568
Hunter Lab65.8446-12.243133.8685
CIE-Lab71.7953-10.121951.4607

#bbb34e color RGB value is (187,179,78).

#bbb34e hex color red value is 187, green value is 179 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bbb34e hue: 0.15 , saturation: 0.44 and the lightness value of bbb34e is 0.52.

The process color (four color CMYK) of #bbb34e color hex is 0.00, 0.04, 0.58, 0.27. Web safe color of #bbb34e is #cccc66. Color #bbb34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01001110
Octal 273 263 116
Decimal 187 179 78
Hex BB B3 4E

RGB Percentages of Color #bbb34e

%42.12
%40.32
%17.57

CMYK Percentages of Color #bbb34e

%0
%4
%58
%27

Triadic Colors of #bbb34e

#bbb34e #4ebbb3 #b34ebb

Analogous Colors of #bbb34e

#bbb34e #8dbb4e #bb7d4e

Monochromatic Colors of #bbb34e

#bbb34e

Complementary Color

#bbb34e #4e56bb

#bbb34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb34e Color CSS Codes

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

#bbb34e Text Font Color

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

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


#bbb34e Background Color

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

This div background color is #bbb34e


#bbb34e Border Color

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

This div border color is #bbb34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb34e


Comments

No comments written yet.

Please login to write comment.