Color Hex Logo

#bba14e Color Hex

#BBA14E
(187,161,78)
0 Favorites   0 Comments

Color spaces of #bba14e

RGB 18716178
HSL0.130.440.52
HSV46°58°73°
CMYK 0.000.140.58   0.27
XYZ34.613536.604612.4488
Yxy36.60460.41370.4375
Hunter Lab60.5017-3.756830.1517
CIE-Lab66.9793-0.611345.9976

#bba14e color RGB value is (187,161,78).

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

The process color (four color CMYK) of #bba14e color hex is 0.00, 0.14, 0.58, 0.27. Web safe color of #bba14e is #cc9966. Color #bba14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01001110
Octal 273 241 116
Decimal 187 161 78
Hex BB A1 4E

RGB Percentages of Color #bba14e

%43.90
%37.79
%18.31

CMYK Percentages of Color #bba14e

%0
%14
%58
%27

Triadic Colors of #bba14e

#bba14e #4ebba1 #a14ebb

Analogous Colors of #bba14e

#bba14e #9fbb4e #bb6b4e

Monochromatic Colors of #bba14e

#bba14e

Complementary Color

#bba14e #4e68bb

#bba14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba14e Color CSS Codes

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

#bba14e Text Font Color

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

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


#bba14e Background Color

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

This div background color is #bba14e


#bba14e Border Color

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

This div border color is #bba14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba14e


Comments

No comments written yet.

Please login to write comment.