Color Hex Logo

#bba934 Color Hex

#BBA934
(187,169,52)
0 Favorites   0 Comments

Color spaces of #bba934

RGB 18716952
HSL0.140.560.47
HSV52°72°73°
CMYK 0.000.100.72   0.27
XYZ35.301339.18878.9524
Yxy39.18870.42310.4696
Hunter Lab62.6009-8.893535.3417
CIE-Lab68.8877-6.487759.3908

#bba934 color RGB value is (187,169,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 00110100
Octal 273 251 64
Decimal 187 169 52
Hex BB A9 34

RGB Percentages of Color #bba934

%45.83
%41.42
%12.75

CMYK Percentages of Color #bba934

%0
%10
%72
%27

Triadic Colors of #bba934

#bba934 #34bba9 #a934bb

Analogous Colors of #bba934

#bba934 #8abb34 #bb6634

Monochromatic Colors of #bba934

#bba934

Complementary Color

#bba934 #3446bb

#bba934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba934 Color CSS Codes

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

#bba934 Text Font Color

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

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


#bba934 Background Color

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

This div background color is #bba934


#bba934 Border Color

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

This div border color is #bba934


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,169,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 #bba934">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba934


Comments

No comments written yet.

Please login to write comment.