color codes Logo

#a1b400 color codes

#A1B400
(161,180,0)
0 Favorites   0 Comments

Color spaces of #a1b400

RGB 1611800
HSL0.181.000.35
HSV66°100°71°
CMYK 0.110.001.00   0.29
XYZ31.019240.21966.1283
Yxy40.21960.40090.5199
Hunter Lab63.4189-23.675938.6639
CIE-Lab69.6257-24.831370.9844

#a1b400 color RGB value is (161,180,0).

#a1b400 hex color red value is 161, green value is 180 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #a1b400 hue: 0.18 , saturation: 1.00 and the lightness value of a1b400 is 0.35.

The process color (four color CMYK) of #a1b400 color code is 0.11, 0.00, 1.00, 0.29. Web safe color of #a1b400 is #99cc00. Color #a1b400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10110100 00000000
Octal 241 264 0
Decimal 161 180 0
Hex A1 B4 0

RGB Percentages of Color #a1b400

%47.21
%52.79
%0.00

CMYK Percentages of Color #a1b400

%11
%0
%100
%29

Triadic Colors of #a1b400

#a1b400 #00a1b4 #b400a1

Analogous Colors of #a1b400

#a1b400 #47b400 #b46d00

Monochromatic Colors of #a1b400

#a1b400

Complementary Color

#a1b400 #1300b4

#a1b400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b400 Color CSS Codes

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

#a1b400 Text Font Color

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

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


#a1b400 Background Color

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

This div background color is #a1b400


#a1b400 Border Color

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

This div border color is #a1b400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b400


Comments

No comments written yet.

Please login to write comment.