color codes Logo

#bbae4e color codes

#BBAE4E
(187,174,78)
0 Favorites   0 Comments

Color spaces of #bbae4e

RGB 18717478
HSL0.150.440.52
HSV53°58°73°
CMYK 0.000.070.58   0.27
XYZ37.004741.387013.2459
Yxy41.38700.40380.4516
Hunter Lab64.3327-9.907632.8253
CIE-Lab70.4462-7.515049.9459

#bbae4e color RGB value is (187,174,78).

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

The process color (four color CMYK) of #bbae4e color code is 0.00, 0.07, 0.58, 0.27. Web safe color of #bbae4e is #cc9966. Color #bbae4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 01001110
Octal 273 256 116
Decimal 187 174 78
Hex BB AE 4E

RGB Percentages of Color #bbae4e

%42.60
%39.64
%17.77

CMYK Percentages of Color #bbae4e

%0
%7
%58
%27

Triadic Colors of #bbae4e

#bbae4e #4ebbae #ae4ebb

Analogous Colors of #bbae4e

#bbae4e #92bb4e #bb784e

Monochromatic Colors of #bbae4e

#bbae4e

Complementary Color

#bbae4e #4e5bbb

#bbae4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae4e Color CSS Codes

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

#bbae4e Text Font Color

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

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


#bbae4e Background Color

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

This div background color is #bbae4e


#bbae4e Border Color

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

This div border color is #bbae4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae4e


Comments

No comments written yet.

Please login to write comment.