Color Hex Logo

#bba634 Color Hex

#BBA634
(187,166,52)
0 Favorites   0 Comments

Color spaces of #bba634

RGB 18716652
HSL0.140.560.47
HSV51°72°73°
CMYK 0.000.110.72   0.27
XYZ34.749638.08528.7685
Yxy38.08520.42580.4667
Hunter Lab61.7132-7.488034.7750
CIE-Lab68.0834-4.902758.6035

#bba634 color RGB value is (187,166,52).

#bba634 hex color red value is 187, green value is 166 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bba634 hue: 0.14 , saturation: 0.56 and the lightness value of bba634 is 0.47.

The process color (four color CMYK) of #bba634 color hex is 0.00, 0.11, 0.72, 0.27. Web safe color of #bba634 is #cc9933. Color #bba634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00110100
Octal 273 246 64
Decimal 187 166 52
Hex BB A6 34

RGB Percentages of Color #bba634

%46.17
%40.99
%12.84

CMYK Percentages of Color #bba634

%0
%11
%72
%27

Triadic Colors of #bba634

#bba634 #34bba6 #a634bb

Analogous Colors of #bba634

#bba634 #8dbb34 #bb6334

Monochromatic Colors of #bba634

#bba634

Complementary Color

#bba634 #3449bb

#bba634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba634 Color CSS Codes

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

#bba634 Text Font Color

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

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


#bba634 Background Color

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

This div background color is #bba634


#bba634 Border Color

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

This div border color is #bba634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba634


Comments

No comments written yet.

Please login to write comment.