Color Hex Logo

#bbb14d Color Hex

#BBB14D
(187,177,77)
0 Favorites   0 Comments

Color spaces of #bbb14d

RGB 18717777
HSL0.150.450.52
HSV55°59°73°
CMYK 0.000.050.59   0.27
XYZ37.555242.544913.2538
Yxy42.54490.40230.4557
Hunter Lab65.2265-11.372033.6110
CIE-Lab71.2450-9.156451.3034

#bbb14d color RGB value is (187,177,77).

#bbb14d hex color red value is 187, green value is 177 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bbb14d hue: 0.15 , saturation: 0.45 and the lightness value of bbb14d is 0.52.

The process color (four color CMYK) of #bbb14d color hex is 0.00, 0.05, 0.59, 0.27. Web safe color of #bbb14d is #cc9966. Color #bbb14d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 01001101
Octal 273 261 115
Decimal 187 177 77
Hex BB B1 4D

RGB Percentages of Color #bbb14d

%42.40
%40.14
%17.46

CMYK Percentages of Color #bbb14d

%0
%5
%59
%27

Triadic Colors of #bbb14d

#bbb14d #4dbbb1 #b14dbb

Analogous Colors of #bbb14d

#bbb14d #8ebb4d #bb7a4d

Monochromatic Colors of #bbb14d

#bbb14d

Complementary Color

#bbb14d #4d57bb

#bbb14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb14d Color CSS Codes

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

#bbb14d Text Font Color

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

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


#bbb14d Background Color

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

This div background color is #bbb14d


#bbb14d Border Color

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

This div border color is #bbb14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb14d


Comments

No comments written yet.

Please login to write comment.