Color Hex Logo

#a1cd7a Color Hex

#A1CD7A
(161,205,122)
0 Favorites   0 Comments

Color spaces of #a1cd7a

RGB 161205122
HSL0.260.450.64
HSV92°40°80°
CMYK 0.210.000.40   0.20
XYZ40.042152.644926.4634
Yxy52.64490.33610.4418
Hunter Lab72.5568-28.465229.1651
CIE-Lab77.6649-28.902136.6785

#a1cd7a color RGB value is (161,205,122).

#a1cd7a hex color red value is 161, green value is 205 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a1cd7a hue: 0.26 , saturation: 0.45 and the lightness value of a1cd7a is 0.64.

The process color (four color CMYK) of #a1cd7a color hex is 0.21, 0.00, 0.40, 0.20. Web safe color of #a1cd7a is #99cc66. Color #a1cd7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001101 01111010
Octal 241 315 172
Decimal 161 205 122
Hex A1 CD 7A

RGB Percentages of Color #a1cd7a

%32.99
%42.01
%25.00

CMYK Percentages of Color #a1cd7a

%21
%0
%40
%20

Triadic Colors of #a1cd7a

#a1cd7a #7aa1cd #cd7aa1

Analogous Colors of #a1cd7a

#a1cd7a #7acd7d #cbcd7a

Monochromatic Colors of #a1cd7a

#a1cd7a

Complementary Color

#a1cd7a #a67acd

#a1cd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cd7a Color CSS Codes

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

#a1cd7a Text Font Color

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

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


#a1cd7a Background Color

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

This div background color is #a1cd7a


#a1cd7a Border Color

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

This div border color is #a1cd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cd7a


Comments

No comments written yet.

Please login to write comment.