Color Hex Logo

#a1db82 Color Hex

#A1DB82
(161,219,130)
0 Favorites   0 Comments

Color spaces of #a1db82

RGB 161219130
HSL0.280.550.68
HSV99°41°86°
CMYK 0.260.000.41   0.14
XYZ44.058759.851830.3495
Yxy59.85180.32820.4458
Hunter Lab77.3639-33.731330.8956
CIE-Lab81.7576-34.407337.9022

#a1db82 color RGB value is (161,219,130).

#a1db82 hex color red value is 161, green value is 219 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a1db82 hue: 0.28 , saturation: 0.55 and the lightness value of a1db82 is 0.68.

The process color (four color CMYK) of #a1db82 color hex is 0.26, 0.00, 0.41, 0.14. Web safe color of #a1db82 is #99cc99. Color #a1db82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011011 10000010
Octal 241 333 202
Decimal 161 219 130
Hex A1 DB 82

RGB Percentages of Color #a1db82

%31.57
%42.94
%25.49

CMYK Percentages of Color #a1db82

%26
%0
%41
%14

Triadic Colors of #a1db82

#a1db82 #82a1db #db82a1

Analogous Colors of #a1db82

#a1db82 #82db90 #cedb82

Monochromatic Colors of #a1db82

#a1db82

Complementary Color

#a1db82 #bc82db

#a1db82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1db82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1db82 Color CSS Codes

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

#a1db82 Text Font Color

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

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


#a1db82 Background Color

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

This div background color is #a1db82


#a1db82 Border Color

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

This div border color is #a1db82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1db82


Comments

No comments written yet.

Please login to write comment.