Color Hex Logo

#a2dd58 Color Hex

#A2DD58
(162,221,88)
0 Favorites   0 Comments

Color spaces of #a2dd58

RGB 16222188
HSL0.240.660.61
HSV87°60°87°
CMYK 0.270.000.60   0.13
XYZ42.518260.098918.5918
Yxy60.09890.35080.4958
Hunter Lab77.5235-37.766740.0474
CIE-Lab81.8919-39.550057.8233

#a2dd58 color RGB value is (162,221,88).

#a2dd58 hex color red value is 162, green value is 221 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a2dd58 hue: 0.24 , saturation: 0.66 and the lightness value of a2dd58 is 0.61.

The process color (four color CMYK) of #a2dd58 color hex is 0.27, 0.00, 0.60, 0.13. Web safe color of #a2dd58 is #99cc66. Color #a2dd58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011101 01011000
Octal 242 335 130
Decimal 162 221 88
Hex A2 DD 58

RGB Percentages of Color #a2dd58

%34.39
%46.92
%18.68

CMYK Percentages of Color #a2dd58

%27
%0
%60
%13

Triadic Colors of #a2dd58

#a2dd58 #58a2dd #dd58a2

Analogous Colors of #a2dd58

#a2dd58 #60dd58 #ddd658

Monochromatic Colors of #a2dd58

#a2dd58

Complementary Color

#a2dd58 #9358dd

#a2dd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dd58 Color CSS Codes

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

#a2dd58 Text Font Color

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

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


#a2dd58 Background Color

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

This div background color is #a2dd58


#a2dd58 Border Color

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

This div border color is #a2dd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dd58


Comments

No comments written yet.

Please login to write comment.