Color Hex Logo

#bacc48 Color Hex

#BACC48
(186,204,72)
0 Favorites   0 Comments

Color spaces of #bacc48

RGB 18620472
HSL0.190.560.54
HSV68°65°80°
CMYK 0.090.000.65   0.20
XYZ43.012354.092714.3048
Yxy54.09270.38610.4855
Hunter Lab73.5477-24.317939.9517
CIE-Lab78.5158-23.522061.2856

#bacc48 color RGB value is (186,204,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 01001000
Octal 272 314 110
Decimal 186 204 72
Hex BA CC 48

RGB Percentages of Color #bacc48

%40.26
%44.16
%15.58

CMYK Percentages of Color #bacc48

%9
%0
%65
%20

Triadic Colors of #bacc48

#bacc48 #48bacc #cc48ba

Analogous Colors of #bacc48

#bacc48 #78cc48 #cc9c48

Monochromatic Colors of #bacc48

#bacc48

Complementary Color

#bacc48 #5a48cc

#bacc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc48 Color CSS Codes

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

#bacc48 Text Font Color

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

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


#bacc48 Background Color

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

This div background color is #bacc48


#bacc48 Border Color

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

This div border color is #bacc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc48


Comments

No comments written yet.

Please login to write comment.