Color Hex Logo

#a2d18b Color Hex

#A2D18B
(162,209,139)
0 Favorites   0 Comments

Color spaces of #a2d18b

RGB 162209139
HSL0.280.430.68
HSV100°33°82°
CMYK 0.220.000.33   0.18
XYZ42.361055.146432.8378
Yxy55.14640.32500.4231
Hunter Lab74.2606-28.133125.7646
CIE-Lab79.1255-28.097829.8871

#a2d18b color RGB value is (162,209,139).

#a2d18b hex color red value is 162, green value is 209 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a2d18b hue: 0.28 , saturation: 0.43 and the lightness value of a2d18b is 0.68.

The process color (four color CMYK) of #a2d18b color hex is 0.22, 0.00, 0.33, 0.18. Web safe color of #a2d18b is #99cc99. Color #a2d18b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11010001 10001011
Octal 242 321 213
Decimal 162 209 139
Hex A2 D1 8B

RGB Percentages of Color #a2d18b

%31.76
%40.98
%27.25

CMYK Percentages of Color #a2d18b

%22
%0
%33
%18

Triadic Colors of #a2d18b

#a2d18b #8ba2d1 #d18ba2

Analogous Colors of #a2d18b

#a2d18b #8bd197 #c5d18b

Monochromatic Colors of #a2d18b

#a2d18b

Complementary Color

#a2d18b #ba8bd1

#a2d18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d18b Color CSS Codes

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

#a2d18b Text Font Color

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

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


#a2d18b Background Color

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

This div background color is #a2d18b


#a2d18b Border Color

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

This div border color is #a2d18b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,209,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2d18b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2d18b;
  -webkit-box-shadow: 1px 1px 3px 2px #a2d18b;
  box-shadow:         1px 1px 3px 2px #a2d18b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,209,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d18b


Comments

No comments written yet.

Please login to write comment.