Color Hex Logo

#bac429 Color Hex

#BAC429
(186,196,41)
0 Favorites   0 Comments

Color spaces of #bac429

RGB 18619641
HSL0.180.650.46
HSV64°79°77°
CMYK 0.050.000.79   0.23
XYZ40.389950.07919.6353
Yxy50.07910.40350.5003
Hunter Lab70.7666-21.963041.4639
CIE-Lab76.1178-21.151569.6990

#bac429 color RGB value is (186,196,41).

#bac429 hex color red value is 186, green value is 196 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bac429 hue: 0.18 , saturation: 0.65 and the lightness value of bac429 is 0.46.

The process color (four color CMYK) of #bac429 color hex is 0.05, 0.00, 0.79, 0.23. Web safe color of #bac429 is #cccc33. Color #bac429 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 00101001
Octal 272 304 51
Decimal 186 196 41
Hex BA C4 29

RGB Percentages of Color #bac429

%43.97
%46.34
%9.69

CMYK Percentages of Color #bac429

%5
%0
%79
%23

Triadic Colors of #bac429

#bac429 #29bac4 #c429ba

Analogous Colors of #bac429

#bac429 #6dc429 #c48129

Monochromatic Colors of #bac429

#bac429

Complementary Color

#bac429 #3329c4

#bac429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac429 Color CSS Codes

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

#bac429 Text Font Color

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

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


#bac429 Background Color

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

This div background color is #bac429


#bac429 Border Color

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

This div border color is #bac429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac429


Comments

No comments written yet.

Please login to write comment.