Color Hex Logo

#bbbf43 Color Hex

#BBBF43
(187,191,67)
0 Favorites   0 Comments

Color spaces of #bbbf43

RGB 18719167
HSL0.170.490.51
HSV62°65°75°
CMYK 0.020.000.65   0.25
XYZ40.137448.231612.5044
Yxy48.23160.39790.4781
Hunter Lab69.4490-18.373337.9390
CIE-Lab74.9708-16.992559.6317

#bbbf43 color RGB value is (187,191,67).

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

The process color (four color CMYK) of #bbbf43 color hex is 0.02, 0.00, 0.65, 0.25. Web safe color of #bbbf43 is #cccc33. Color #bbbf43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 01000011
Octal 273 277 103
Decimal 187 191 67
Hex BB BF 43

RGB Percentages of Color #bbbf43

%42.02
%42.92
%15.06

CMYK Percentages of Color #bbbf43

%2
%0
%65
%25

Triadic Colors of #bbbf43

#bbbf43 #43bbbf #bf43bb

Analogous Colors of #bbbf43

#bbbf43 #7dbf43 #bf8543

Monochromatic Colors of #bbbf43

#bbbf43

Complementary Color

#bbbf43 #4743bf

#bbbf43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf43 Color CSS Codes

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

#bbbf43 Text Font Color

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

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


#bbbf43 Background Color

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

This div background color is #bbbf43


#bbbf43 Border Color

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

This div border color is #bbbf43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf43


Comments

No comments written yet.

Please login to write comment.