Color Hex Logo

#bbbf68 Color Hex

#BBBF68
(187,191,104)
0 Favorites   0 Comments

Color spaces of #bbbf68

RGB 187191104
HSL0.170.400.58
HSV63°46°75°
CMYK 0.020.000.46   0.25
XYZ41.623048.825920.3273
Yxy48.82590.37570.4408
Hunter Lab69.8755-15.954531.6650
CIE-Lab75.3429-14.024243.1815

#bbbf68 color RGB value is (187,191,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 01101000
Octal 273 277 150
Decimal 187 191 104
Hex BB BF 68

RGB Percentages of Color #bbbf68

%38.80
%39.63
%21.58

CMYK Percentages of Color #bbbf68

%2
%0
%46
%25

Triadic Colors of #bbbf68

#bbbf68 #68bbbf #bf68bb

Analogous Colors of #bbbf68

#bbbf68 #90bf68 #bf9868

Monochromatic Colors of #bbbf68

#bbbf68

Complementary Color

#bbbf68 #6c68bf

#bbbf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf68 Color CSS Codes

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

#bbbf68 Text Font Color

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

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


#bbbf68 Background Color

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

This div background color is #bbbf68


#bbbf68 Border Color

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

This div border color is #bbbf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf68


Comments

No comments written yet.

Please login to write comment.