Color Hex Logo

#bbb968 Color Hex

#BBB968
(187,185,104)
0 Favorites   0 Comments

Color spaces of #bbb968

RGB 187185104
HSL0.160.380.57
HSV59°44°73°
CMYK 0.000.010.44   0.27
XYZ40.341246.262219.9000
Yxy46.26220.37880.4344
Hunter Lab68.0163-13.158330.2645
CIE-Lab73.7153-10.947341.1820

#bbb968 color RGB value is (187,185,104).

#bbb968 hex color red value is 187, green value is 185 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bbb968 hue: 0.16 , saturation: 0.38 and the lightness value of bbb968 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 01101000
Octal 273 271 150
Decimal 187 185 104
Hex BB B9 68

RGB Percentages of Color #bbb968

%39.29
%38.87
%21.85

CMYK Percentages of Color #bbb968

%0
%1
%44
%27

Triadic Colors of #bbb968

#bbb968 #68bbb9 #b968bb

Analogous Colors of #bbb968

#bbb968 #94bb68 #bb9068

Monochromatic Colors of #bbb968

#bbb968

Complementary Color

#bbb968 #686abb

#bbb968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb968 Color CSS Codes

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

#bbb968 Text Font Color

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

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


#bbb968 Background Color

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

This div background color is #bbb968


#bbb968 Border Color

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

This div border color is #bbb968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb968


Comments

No comments written yet.

Please login to write comment.