Color Hex Logo

#bba026 Color Hex

#BBA026
(187,160,38)
0 Favorites   0 Comments

Color spaces of #bba026

RGB 18716038
HSL0.140.660.44
HSV49°80°73°
CMYK 0.000.140.80   0.27
XYZ33.414235.84636.9916
Yxy35.84630.43820.4701
Hunter Lab59.8718-5.155534.9866
CIE-Lab66.4023-2.296661.9847

#bba026 color RGB value is (187,160,38).

#bba026 hex color red value is 187, green value is 160 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bba026 hue: 0.14 , saturation: 0.66 and the lightness value of bba026 is 0.44.

The process color (four color CMYK) of #bba026 color hex is 0.00, 0.14, 0.80, 0.27. Web safe color of #bba026 is #cc9933. Color #bba026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 00100110
Octal 273 240 46
Decimal 187 160 38
Hex BB A0 26

RGB Percentages of Color #bba026

%48.57
%41.56
%9.87

CMYK Percentages of Color #bba026

%0
%14
%80
%27

Triadic Colors of #bba026

#bba026 #26bba0 #a026bb

Analogous Colors of #bba026

#bba026 #8cbb26 #bb5626

Monochromatic Colors of #bba026

#bba026

Complementary Color

#bba026 #2641bb

#bba026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba026 Color CSS Codes

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

#bba026 Text Font Color

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

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


#bba026 Background Color

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

This div background color is #bba026


#bba026 Border Color

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

This div border color is #bba026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba026


Comments

No comments written yet.

Please login to write comment.