Color Hex Logo

#bacb48 Color Hex

#BACB48
(186,203,72)
0 Favorites   0 Comments

Color spaces of #bacb48

RGB 18620372
HSL0.190.560.54
HSV68°65°80°
CMYK 0.080.000.65   0.20
XYZ42.775353.618914.2259
Yxy53.61890.38670.4847
Hunter Lab73.2249-23.870539.7388
CIE-Lab78.2390-23.035460.9957

#bacb48 color RGB value is (186,203,72).

#bacb48 hex color red value is 186, green value is 203 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bacb48 hue: 0.19 , saturation: 0.56 and the lightness value of bacb48 is 0.54.

The process color (four color CMYK) of #bacb48 color hex is 0.08, 0.00, 0.65, 0.20. Web safe color of #bacb48 is #cccc33. Color #bacb48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001011 01001000
Octal 272 313 110
Decimal 186 203 72
Hex BA CB 48

RGB Percentages of Color #bacb48

%40.35
%44.03
%15.62

CMYK Percentages of Color #bacb48

%8
%0
%65
%20

Triadic Colors of #bacb48

#bacb48 #48bacb #cb48ba

Analogous Colors of #bacb48

#bacb48 #79cb48 #cb9b48

Monochromatic Colors of #bacb48

#bacb48

Complementary Color

#bacb48 #5948cb

#bacb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacb48 Color CSS Codes

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

#bacb48 Text Font Color

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

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


#bacb48 Background Color

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

This div background color is #bacb48


#bacb48 Border Color

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

This div border color is #bacb48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,203,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bacb48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bacb48;
  -webkit-box-shadow: 1px 1px 3px 2px #bacb48;
  box-shadow:         1px 1px 3px 2px #bacb48; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,203,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacb48


Comments

No comments written yet.

Please login to write comment.