Color Hex Logo

#bbae3d Color Hex

#BBAE3D
(187,174,61)
0 Favorites   0 Comments

Color spaces of #bbae3d

RGB 18717461
HSL0.150.510.49
HSV54°67°73°
CMYK 0.000.070.67   0.27
XYZ36.471941.173810.4399
Yxy41.17380.41410.4674
Hunter Lab64.1668-10.834035.2703
CIE-Lab70.2975-8.634857.2493

#bbae3d color RGB value is (187,174,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 00111101
Octal 273 256 75
Decimal 187 174 61
Hex BB AE 3D

RGB Percentages of Color #bbae3d

%44.31
%41.23
%14.45

CMYK Percentages of Color #bbae3d

%0
%7
%67
%27

Triadic Colors of #bbae3d

#bbae3d #3dbbae #ae3dbb

Analogous Colors of #bbae3d

#bbae3d #89bb3d #bb6f3d

Monochromatic Colors of #bbae3d

#bbae3d

Complementary Color

#bbae3d #3d4abb

#bbae3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae3d Color CSS Codes

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

#bbae3d Text Font Color

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

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


#bbae3d Background Color

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

This div background color is #bbae3d


#bbae3d Border Color

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

This div border color is #bbae3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae3d


Comments

No comments written yet.

Please login to write comment.