Color Hex Logo

#a1cb7d Color Hex

#A1CB7D
(161,203,125)
0 Favorites   0 Comments

Color spaces of #a1cb7d

RGB 161203125
HSL0.260.430.64
HSV92°38°80°
CMYK 0.210.000.38   0.20
XYZ39.755551.769627.2992
Yxy51.76960.33460.4357
Hunter Lab71.9511-27.286927.8704
CIE-Lab77.1429-27.548534.4781

#a1cb7d color RGB value is (161,203,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001011 01111101
Octal 241 313 175
Decimal 161 203 125
Hex A1 CB 7D

RGB Percentages of Color #a1cb7d

%32.92
%41.51
%25.56

CMYK Percentages of Color #a1cb7d

%21
%0
%38
%20

Triadic Colors of #a1cb7d

#a1cb7d #7da1cb #cb7da1

Analogous Colors of #a1cb7d

#a1cb7d #7dcb80 #c8cb7d

Monochromatic Colors of #a1cb7d

#a1cb7d

Complementary Color

#a1cb7d #a77dcb

#a1cb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cb7d Color CSS Codes

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

#a1cb7d Text Font Color

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

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


#a1cb7d Background Color

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

This div background color is #a1cb7d


#a1cb7d Border Color

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

This div border color is #a1cb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cb7d


Comments

No comments written yet.

Please login to write comment.