Color Hex Logo

#a1d365 Color Hex

#A1D365
(161,211,101)
0 Favorites   0 Comments

Color spaces of #a1d365

RGB 161211101
HSL0.240.560.61
HSV87°52°83°
CMYK 0.240.000.52   0.17
XYZ40.341255.105220.8221
Yxy55.10520.34700.4739
Hunter Lab74.2329-32.903335.3323
CIE-Lab79.1018-34.164948.7424

#a1d365 color RGB value is (161,211,101).

#a1d365 hex color red value is 161, green value is 211 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a1d365 hue: 0.24 , saturation: 0.56 and the lightness value of a1d365 is 0.61.

The process color (four color CMYK) of #a1d365 color hex is 0.24, 0.00, 0.52, 0.17. Web safe color of #a1d365 is #99cc66. Color #a1d365 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11010011 01100101
Octal 241 323 145
Decimal 161 211 101
Hex A1 D3 65

RGB Percentages of Color #a1d365

%34.04
%44.61
%21.35

CMYK Percentages of Color #a1d365

%24
%0
%52
%17

Triadic Colors of #a1d365

#a1d365 #65a1d3 #d365a1

Analogous Colors of #a1d365

#a1d365 #6ad365 #d3ce65

Monochromatic Colors of #a1d365

#a1d365

Complementary Color

#a1d365 #9765d3

#a1d365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1d365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1d365 Color CSS Codes

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

#a1d365 Text Font Color

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

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


#a1d365 Background Color

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

This div background color is #a1d365


#a1d365 Border Color

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

This div border color is #a1d365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1d365


Comments

No comments written yet.

Please login to write comment.