Color Hex Logo

#bba815 Color Hex

#BBA815
(187,168,21)
0 Favorites   0 Comments

Color spaces of #bba815

RGB 18716821
HSL0.150.800.41
HSV53°89°73°
CMYK 0.000.100.89   0.27
XYZ34.631538.62426.3394
Yxy38.62420.43510.4853
Hunter Lab62.1484-9.292537.4560
CIE-Lab68.4782-7.009968.1358

#bba815 color RGB value is (187,168,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 00010101
Octal 273 250 25
Decimal 187 168 21
Hex BB A8 15

RGB Percentages of Color #bba815

%49.73
%44.68
%5.59

CMYK Percentages of Color #bba815

%0
%10
%89
%27

Triadic Colors of #bba815

#bba815 #15bba8 #a815bb

Analogous Colors of #bba815

#bba815 #7bbb15 #bb5515

Monochromatic Colors of #bba815

#bba815

Complementary Color

#bba815 #1528bb

#bba815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba815 Color CSS Codes

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

#bba815 Text Font Color

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

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


#bba815 Background Color

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

This div background color is #bba815


#bba815 Border Color

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

This div border color is #bba815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba815


Comments

No comments written yet.

Please login to write comment.