Color Hex Logo

#bbae3b Color Hex

#BBAE3B
(187,174,59)
0 Favorites   0 Comments

Color spaces of #bbae3b

RGB 18717459
HSL0.150.520.48
HSV54°68°73°
CMYK 0.000.070.68   0.27
XYZ36.419041.152710.1614
Yxy41.15270.41510.4691
Hunter Lab64.1504-10.926435.5137
CIE-Lab70.2828-8.747058.0452

#bbae3b color RGB value is (187,174,59).

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

The process color (four color CMYK) of #bbae3b color hex is 0.00, 0.07, 0.68, 0.27. Web safe color of #bbae3b is #cc9933. Color #bbae3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 00111011
Octal 273 256 73
Decimal 187 174 59
Hex BB AE 3B

RGB Percentages of Color #bbae3b

%44.52
%41.43
%14.05

CMYK Percentages of Color #bbae3b

%0
%7
%68
%27

Triadic Colors of #bbae3b

#bbae3b #3bbbae #ae3bbb

Analogous Colors of #bbae3b

#bbae3b #88bb3b #bb6e3b

Monochromatic Colors of #bbae3b

#bbae3b

Complementary Color

#bbae3b #3b48bb

#bbae3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae3b Color CSS Codes

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

#bbae3b Text Font Color

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

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


#bbae3b Background Color

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

This div background color is #bbae3b


#bbae3b Border Color

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

This div border color is #bbae3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae3b


Comments

No comments written yet.

Please login to write comment.