Color Hex Logo

#a1da06 Color Hex

#A1DA06
(161,218,6)
0 Favorites   0 Comments

Color spaces of #a1da06

RGB 1612186
HSL0.210.950.44
HSV76°97°85°
CMYK 0.260.000.97   0.15
XYZ39.802257.73309.2181
Yxy57.73300.37280.5408
Hunter Lab75.9822-39.464345.9946
CIE-Lab80.5901-42.261078.7153

#a1da06 color RGB value is (161,218,6).

#a1da06 hex color red value is 161, green value is 218 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #a1da06 hue: 0.21 , saturation: 0.95 and the lightness value of a1da06 is 0.44.

The process color (four color CMYK) of #a1da06 color hex is 0.26, 0.00, 0.97, 0.15. Web safe color of #a1da06 is #99cc00. Color #a1da06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011010 00000110
Octal 241 332 6
Decimal 161 218 6
Hex A1 DA 6

RGB Percentages of Color #a1da06

%41.82
%56.62
%1.56

CMYK Percentages of Color #a1da06

%26
%0
%97
%15

Triadic Colors of #a1da06

#a1da06 #06a1da #da06a1

Analogous Colors of #a1da06

#a1da06 #37da06 #daa906

Monochromatic Colors of #a1da06

#a1da06

Complementary Color

#a1da06 #3f06da

#a1da06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1da06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1da06 Color CSS Codes

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

#a1da06 Text Font Color

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

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


#a1da06 Background Color

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

This div background color is #a1da06


#a1da06 Border Color

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

This div border color is #a1da06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1da06


Comments

No comments written yet.

Please login to write comment.