Color Hex Logo

#bba630 Color Hex

#BBA630
(187,166,48)
0 Favorites   0 Comments

Color spaces of #bba630

RGB 18716648
HSL0.140.590.46
HSV51°74°73°
CMYK 0.000.110.74   0.27
XYZ34.663238.05068.3139
Yxy38.05060.42780.4696
Hunter Lab61.6852-7.643235.1885
CIE-Lab68.0579-5.089560.0788

#bba630 color RGB value is (187,166,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 00110000
Octal 273 246 60
Decimal 187 166 48
Hex BB A6 30

RGB Percentages of Color #bba630

%46.63
%41.40
%11.97

CMYK Percentages of Color #bba630

%0
%11
%74
%27

Triadic Colors of #bba630

#bba630 #30bba6 #a630bb

Analogous Colors of #bba630

#bba630 #8bbb30 #bb6130

Monochromatic Colors of #bba630

#bba630

Complementary Color

#bba630 #3045bb

#bba630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba630 Color CSS Codes

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

#bba630 Text Font Color

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

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


#bba630 Background Color

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

This div background color is #bba630


#bba630 Border Color

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

This div border color is #bba630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba630


Comments

No comments written yet.

Please login to write comment.