Color Hex Logo

#bba414 Color Hex

#BBA414
(187,164,20)
0 Favorites   0 Comments

Color spaces of #bba414

RGB 18716420
HSL0.140.810.41
HSV52°89°73°
CMYK 0.000.120.89   0.27
XYZ33.895237.16626.0491
Yxy37.16620.43960.4820
Hunter Lab60.9641-7.443636.7919
CIE-Lab67.4015-4.918367.4813

#bba414 color RGB value is (187,164,20).

#bba414 hex color red value is 187, green value is 164 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bba414 hue: 0.14 , saturation: 0.81 and the lightness value of bba414 is 0.41.

The process color (four color CMYK) of #bba414 color hex is 0.00, 0.12, 0.89, 0.27. Web safe color of #bba414 is #cc9900. Color #bba414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 00010100
Octal 273 244 24
Decimal 187 164 20
Hex BB A4 14

RGB Percentages of Color #bba414

%50.40
%44.20
%5.39

CMYK Percentages of Color #bba414

%0
%12
%89
%27

Triadic Colors of #bba414

#bba414 #14bba4 #a414bb

Analogous Colors of #bba414

#bba414 #7fbb14 #bb5114

Monochromatic Colors of #bba414

#bba414

Complementary Color

#bba414 #142bbb

#bba414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba414 Color CSS Codes

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

#bba414 Text Font Color

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

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


#bba414 Background Color

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

This div background color is #bba414


#bba414 Border Color

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

This div border color is #bba414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba414


Comments

No comments written yet.

Please login to write comment.