Color Hex Logo

#bba24e Color Hex

#BBA24E
(187,162,78)
0 Favorites   0 Comments

Color spaces of #bba24e

RGB 18716278
HSL0.130.440.52
HSV46°58°73°
CMYK 0.000.130.58   0.27
XYZ34.789036.955512.5073
Yxy36.95550.41290.4386
Hunter Lab60.7910-4.233830.3553
CIE-Lab67.2436-1.148146.3015

#bba24e color RGB value is (187,162,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 01001110
Octal 273 242 116
Decimal 187 162 78
Hex BB A2 4E

RGB Percentages of Color #bba24e

%43.79
%37.94
%18.27

CMYK Percentages of Color #bba24e

%0
%13
%58
%27

Triadic Colors of #bba24e

#bba24e #4ebba2 #a24ebb

Analogous Colors of #bba24e

#bba24e #9ebb4e #bb6c4e

Monochromatic Colors of #bba24e

#bba24e

Complementary Color

#bba24e #4e67bb

#bba24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba24e Color CSS Codes

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

#bba24e Text Font Color

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

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


#bba24e Background Color

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

This div background color is #bba24e


#bba24e Border Color

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

This div border color is #bba24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba24e


Comments

No comments written yet.

Please login to write comment.