Color Hex Logo

#bbba52 Color Hex

#BBBA52
(187,186,82)
0 Favorites   0 Comments

Color spaces of #bbba52

RGB 18718682
HSL0.170.440.53
HSV59°56°73°
CMYK 0.000.010.56   0.27
XYZ39.575446.291814.8320
Yxy46.29180.39300.4597
Hunter Lab68.0381-15.239434.7017
CIE-Lab73.7345-13.422751.8080

#bbba52 color RGB value is (187,186,82).

#bbba52 hex color red value is 187, green value is 186 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bbba52 hue: 0.17 , saturation: 0.44 and the lightness value of bbba52 is 0.53.

The process color (four color CMYK) of #bbba52 color hex is 0.00, 0.01, 0.56, 0.27. Web safe color of #bbba52 is #cccc66. Color #bbba52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01010010
Octal 273 272 122
Decimal 187 186 82
Hex BB BA 52

RGB Percentages of Color #bbba52

%41.10
%40.88
%18.02

CMYK Percentages of Color #bbba52

%0
%1
%56
%27

Triadic Colors of #bbba52

#bbba52 #52bbba #ba52bb

Analogous Colors of #bbba52

#bbba52 #88bb52 #bb8652

Monochromatic Colors of #bbba52

#bbba52

Complementary Color

#bbba52 #5253bb

#bbba52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba52 Color CSS Codes

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

#bbba52 Text Font Color

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

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


#bbba52 Background Color

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

This div background color is #bbba52


#bbba52 Border Color

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

This div border color is #bbba52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba52


Comments

No comments written yet.

Please login to write comment.