Color Hex Logo

#bba824 Color Hex

#BBA824
(187,168,36)
0 Favorites   0 Comments

Color spaces of #bba824

RGB 18716836
HSL0.150.680.44
HSV52°81°73°
CMYK 0.000.100.81   0.27
XYZ34.814638.69747.3035
Yxy38.69740.43080.4788
Hunter Lab62.2072-8.964236.5841
CIE-Lab68.5315-6.611564.4821

#bba824 color RGB value is (187,168,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 00100100
Octal 273 250 44
Decimal 187 168 36
Hex BB A8 24

RGB Percentages of Color #bba824

%47.83
%42.97
%9.21

CMYK Percentages of Color #bba824

%0
%10
%81
%27

Triadic Colors of #bba824

#bba824 #24bba8 #a824bb

Analogous Colors of #bba824

#bba824 #83bb24 #bb5d24

Monochromatic Colors of #bba824

#bba824

Complementary Color

#bba824 #2437bb

#bba824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba824 Color CSS Codes

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

#bba824 Text Font Color

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

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


#bba824 Background Color

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

This div background color is #bba824


#bba824 Border Color

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

This div border color is #bba824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba824


Comments

No comments written yet.

Please login to write comment.