Color Hex Logo

#bac229 Color Hex

#BAC229
(186,194,41)
0 Favorites   0 Comments

Color spaces of #bac229

RGB 18619441
HSL0.180.650.46
HSV63°79°76°
CMYK 0.040.000.79   0.24
XYZ39.941749.18289.4859
Yxy49.18280.40500.4988
Hunter Lab70.1304-21.066441.0717
CIE-Lab75.5649-20.164169.2088

#bac229 color RGB value is (186,194,41).

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

The process color (four color CMYK) of #bac229 color hex is 0.04, 0.00, 0.79, 0.24. Web safe color of #bac229 is #cccc33. Color #bac229 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000010 00101001
Octal 272 302 51
Decimal 186 194 41
Hex BA C2 29

RGB Percentages of Color #bac229

%44.18
%46.08
%9.74

CMYK Percentages of Color #bac229

%4
%0
%79
%24

Triadic Colors of #bac229

#bac229 #29bac2 #c229ba

Analogous Colors of #bac229

#bac229 #6ec229 #c27e29

Monochromatic Colors of #bac229

#bac229

Complementary Color

#bac229 #3129c2

#bac229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac229 Color CSS Codes

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

#bac229 Text Font Color

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

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


#bac229 Background Color

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

This div background color is #bac229


#bac229 Border Color

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

This div border color is #bac229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac229


Comments

No comments written yet.

Please login to write comment.