Color Hex Logo

#bbab34 Color Hex

#BBAB34
(187,171,52)
0 Favorites   0 Comments

Color spaces of #bbab34

RGB 18717152
HSL0.150.560.47
HSV53°72°73°
CMYK 0.000.090.72   0.27
XYZ35.676339.93859.0774
Yxy39.93850.42120.4716
Hunter Lab63.1969-9.826735.7216
CIE-Lab69.4257-7.538359.9154

#bbab34 color RGB value is (187,171,52).

#bbab34 hex color red value is 187, green value is 171 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bbab34 hue: 0.15 , saturation: 0.56 and the lightness value of bbab34 is 0.47.

The process color (four color CMYK) of #bbab34 color hex is 0.00, 0.09, 0.72, 0.27. Web safe color of #bbab34 is #cc9933. Color #bbab34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 00110100
Octal 273 253 64
Decimal 187 171 52
Hex BB AB 34

RGB Percentages of Color #bbab34

%45.61
%41.71
%12.68

CMYK Percentages of Color #bbab34

%0
%9
%72
%27

Triadic Colors of #bbab34

#bbab34 #34bbab #ab34bb

Analogous Colors of #bbab34

#bbab34 #88bb34 #bb6834

Monochromatic Colors of #bbab34

#bbab34

Complementary Color

#bbab34 #3444bb

#bbab34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab34 Color CSS Codes

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

#bbab34 Text Font Color

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

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


#bbab34 Background Color

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

This div background color is #bbab34


#bbab34 Border Color

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

This div border color is #bbab34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab34


Comments

No comments written yet.

Please login to write comment.