Color Hex Logo

#a1bf41 Color Hex

#A1BF41
(161,191,65)
0 Favorites   0 Comments

Color spaces of #a1bf41

RGB 16119165
HSL0.210.500.50
HSV74°66°75°
CMYK 0.160.000.66   0.25
XYZ34.282945.220311.9225
Yxy45.22030.37500.4946
Hunter Lab67.2460-26.679036.5603
CIE-Lab73.0367-27.861157.8291

#a1bf41 color RGB value is (161,191,65).

#a1bf41 hex color red value is 161, green value is 191 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a1bf41 hue: 0.21 , saturation: 0.50 and the lightness value of a1bf41 is 0.50.

The process color (four color CMYK) of #a1bf41 color hex is 0.16, 0.00, 0.66, 0.25. Web safe color of #a1bf41 is #99cc33. Color #a1bf41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111111 01000001
Octal 241 277 101
Decimal 161 191 65
Hex A1 BF 41

RGB Percentages of Color #a1bf41

%38.61
%45.80
%15.59

CMYK Percentages of Color #a1bf41

%16
%0
%66
%25

Triadic Colors of #a1bf41

#a1bf41 #41a1bf #bf41a1

Analogous Colors of #a1bf41

#a1bf41 #62bf41 #bf9e41

Monochromatic Colors of #a1bf41

#a1bf41

Complementary Color

#a1bf41 #5f41bf

#a1bf41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bf41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bf41 Color CSS Codes

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

#a1bf41 Text Font Color

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

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


#a1bf41 Background Color

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

This div background color is #a1bf41


#a1bf41 Border Color

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

This div border color is #a1bf41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,191,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1bf41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1bf41;
  -webkit-box-shadow: 1px 1px 3px 2px #a1bf41;
  box-shadow:         1px 1px 3px 2px #a1bf41; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,191,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bf41


Comments

No comments written yet.

Please login to write comment.