Color Hex Logo

#bac21d Color Hex

#BAC21D
(186,194,29)
0 Favorites   0 Comments

Color spaces of #bac21d

RGB 18619429
HSL0.170.740.44
HSV63°85°76°
CMYK 0.040.000.85   0.24
XYZ39.763349.11148.5461
Yxy49.11140.40820.5041
Hunter Lab70.0795-21.357841.8253
CIE-Lab75.5206-20.531472.1628

#bac21d color RGB value is (186,194,29).

#bac21d hex color red value is 186, green value is 194 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bac21d hue: 0.17 , saturation: 0.74 and the lightness value of bac21d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000010 00011101
Octal 272 302 35
Decimal 186 194 29
Hex BA C2 1D

RGB Percentages of Color #bac21d

%45.48
%47.43
%7.09

CMYK Percentages of Color #bac21d

%4
%0
%85
%24

Triadic Colors of #bac21d

#bac21d #1dbac2 #c21dba

Analogous Colors of #bac21d

#bac21d #68c21d #c2781d

Monochromatic Colors of #bac21d

#bac21d

Complementary Color

#bac21d #251dc2

#bac21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac21d Color CSS Codes

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

#bac21d Text Font Color

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

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


#bac21d Background Color

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

This div background color is #bac21d


#bac21d Border Color

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

This div border color is #bac21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac21d


Comments

No comments written yet.

Please login to write comment.