Color Hex Logo

#bbbf58 Color Hex

#BBBF58
(187,191,88)
0 Favorites   0 Comments

Color spaces of #bbbf58

RGB 18719188
HSL0.170.450.55
HSV62°54°75°
CMYK 0.020.000.54   0.25
XYZ40.885848.531016.4450
Yxy48.53100.38620.4584
Hunter Lab69.6642-17.151034.7689
CIE-Lab75.1586-15.485050.6606

#bbbf58 color RGB value is (187,191,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 01011000
Octal 273 277 130
Decimal 187 191 88
Hex BB BF 58

RGB Percentages of Color #bbbf58

%40.13
%40.99
%18.88

CMYK Percentages of Color #bbbf58

%2
%0
%54
%25

Triadic Colors of #bbbf58

#bbbf58 #58bbbf #bf58bb

Analogous Colors of #bbbf58

#bbbf58 #88bf58 #bf9058

Monochromatic Colors of #bbbf58

#bbbf58

Complementary Color

#bbbf58 #5c58bf

#bbbf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf58 Color CSS Codes

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

#bbbf58 Text Font Color

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

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


#bbbf58 Background Color

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

This div background color is #bbbf58


#bbbf58 Border Color

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

This div border color is #bbbf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf58


Comments

No comments written yet.

Please login to write comment.