Color Hex Logo

#bbbf52 Color Hex

#BBBF52
(187,191,82)
0 Favorites   0 Comments

Color spaces of #bbbf52

RGB 18719182
HSL0.170.460.54
HSV62°57°75°
CMYK 0.020.000.57   0.25
XYZ40.647348.435615.1893
Yxy48.43560.38980.4645
Hunter Lab69.5957-17.539735.7769
CIE-Lab75.0988-15.962753.3406

#bbbf52 color RGB value is (187,191,82).

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

The process color (four color CMYK) of #bbbf52 color hex is 0.02, 0.00, 0.57, 0.25. Web safe color of #bbbf52 is #cccc66. Color #bbbf52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 01010010
Octal 273 277 122
Decimal 187 191 82
Hex BB BF 52

RGB Percentages of Color #bbbf52

%40.65
%41.52
%17.83

CMYK Percentages of Color #bbbf52

%2
%0
%57
%25

Triadic Colors of #bbbf52

#bbbf52 #52bbbf #bf52bb

Analogous Colors of #bbbf52

#bbbf52 #85bf52 #bf8d52

Monochromatic Colors of #bbbf52

#bbbf52

Complementary Color

#bbbf52 #5652bf

#bbbf52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf52 Color CSS Codes

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

#bbbf52 Text Font Color

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

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


#bbbf52 Background Color

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

This div background color is #bbbf52


#bbbf52 Border Color

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

This div border color is #bbbf52


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,191,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 #bbbf52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf52


Comments

No comments written yet.

Please login to write comment.