Color Hex Logo

#bac41d Color Hex

#BAC41D
(186,196,29)
0 Favorites   0 Comments

Color spaces of #bac41d

RGB 18619629
HSL0.180.740.44
HSV64°85°77°
CMYK 0.050.000.85   0.23
XYZ40.211450.00778.6955
Yxy50.00770.40650.5056
Hunter Lab70.7161-22.252542.2108
CIE-Lab76.0740-21.517372.6208

#bac41d color RGB value is (186,196,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 00011101
Octal 272 304 35
Decimal 186 196 29
Hex BA C4 1D

RGB Percentages of Color #bac41d

%45.26
%47.69
%7.06

CMYK Percentages of Color #bac41d

%5
%0
%85
%23

Triadic Colors of #bac41d

#bac41d #1dbac4 #c41dba

Analogous Colors of #bac41d

#bac41d #67c41d #c47b1d

Monochromatic Colors of #bac41d

#bac41d

Complementary Color

#bac41d #271dc4

#bac41d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac41d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac41d Color CSS Codes

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

#bac41d Text Font Color

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

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


#bac41d Background Color

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

This div background color is #bac41d


#bac41d Border Color

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

This div border color is #bac41d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac41d


Comments

No comments written yet.

Please login to write comment.