Color Hex Logo

#bba829 Color Hex

#BBA829
(187,168,41)
0 Favorites   0 Comments

Color spaces of #bba829

RGB 18716841
HSL0.140.640.45
HSV52°78°73°
CMYK 0.000.100.78   0.27
XYZ34.896438.73027.7343
Yxy38.73020.42890.4760
Hunter Lab62.2336-8.818036.1950
CIE-Lab68.5554-6.434562.9559

#bba829 color RGB value is (187,168,41).

#bba829 hex color red value is 187, green value is 168 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bba829 hue: 0.14 , saturation: 0.64 and the lightness value of bba829 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 00101001
Octal 273 250 51
Decimal 187 168 41
Hex BB A8 29

RGB Percentages of Color #bba829

%47.22
%42.42
%10.35

CMYK Percentages of Color #bba829

%0
%10
%78
%27

Triadic Colors of #bba829

#bba829 #29bba8 #a829bb

Analogous Colors of #bba829

#bba829 #85bb29 #bb5f29

Monochromatic Colors of #bba829

#bba829

Complementary Color

#bba829 #293cbb

#bba829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba829 Color CSS Codes

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

#bba829 Text Font Color

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

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


#bba829 Background Color

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

This div background color is #bba829


#bba829 Border Color

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

This div border color is #bba829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba829


Comments

No comments written yet.

Please login to write comment.