Color Hex Logo

#bac41e Color Hex

#BAC41E
(186,196,30)
0 Favorites   0 Comments

Color spaces of #bac41e

RGB 18619630
HSL0.180.730.44
HSV64°85°77°
CMYK 0.050.000.85   0.23
XYZ40.224050.01278.7617
Yxy50.01270.40630.5052
Hunter Lab70.7197-22.232042.1581
CIE-Lab76.0771-21.491372.4081

#bac41e color RGB value is (186,196,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 00011110
Octal 272 304 36
Decimal 186 196 30
Hex BA C4 1E

RGB Percentages of Color #bac41e

%45.15
%47.57
%7.28

CMYK Percentages of Color #bac41e

%5
%0
%85
%23

Triadic Colors of #bac41e

#bac41e #1ebac4 #c41eba

Analogous Colors of #bac41e

#bac41e #67c41e #c47b1e

Monochromatic Colors of #bac41e

#bac41e

Complementary Color

#bac41e #281ec4

#bac41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac41e Color CSS Codes

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

#bac41e Text Font Color

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

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


#bac41e Background Color

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

This div background color is #bac41e


#bac41e Border Color

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

This div border color is #bac41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac41e


Comments

No comments written yet.

Please login to write comment.