Color Hex Logo

#a1d607 Color Hex

#A1D607
(161,214,7)
0 Favorites   0 Comments

Color spaces of #a1d607

RGB 1612147
HSL0.210.940.43
HSV75°97°84°
CMYK 0.250.000.97   0.16
XYZ38.782955.68558.9053
Yxy55.68550.37520.5387
Hunter Lab74.6227-37.819845.1604
CIE-Lab79.4345-40.500777.7276

#a1d607 color RGB value is (161,214,7).

#a1d607 hex color red value is 161, green value is 214 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a1d607 hue: 0.21 , saturation: 0.94 and the lightness value of a1d607 is 0.43.

The process color (four color CMYK) of #a1d607 color hex is 0.25, 0.00, 0.97, 0.16. Web safe color of #a1d607 is #99cc00. Color #a1d607 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11010110 00000111
Octal 241 326 7
Decimal 161 214 7
Hex A1 D6 7

RGB Percentages of Color #a1d607

%42.15
%56.02
%1.83

CMYK Percentages of Color #a1d607

%25
%0
%97
%16

Triadic Colors of #a1d607

#a1d607 #07a1d6 #d607a1

Analogous Colors of #a1d607

#a1d607 #3ad607 #d6a407

Monochromatic Colors of #a1d607

#a1d607

Complementary Color

#a1d607 #3c07d6

#a1d607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1d607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1d607 Color CSS Codes

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

#a1d607 Text Font Color

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

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


#a1d607 Background Color

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

This div background color is #a1d607


#a1d607 Border Color

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

This div border color is #a1d607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1d607


Comments

No comments written yet.

Please login to write comment.