Color Hex Logo

#a5d120 Color Hex

#A5D120
(165,209,32)
0 Favorites   0 Comments

Color spaces of #a5d120

RGB 16520932
HSL0.210.730.47
HSV75°85°82°
CMYK 0.210.000.85   0.18
XYZ38.578253.70459.6992
Yxy53.70450.37830.5266
Hunter Lab73.2834-34.279043.4512
CIE-Lab78.2891-36.217473.2461

#a5d120 color RGB value is (165,209,32).

#a5d120 hex color red value is 165, green value is 209 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a5d120 hue: 0.21 , saturation: 0.73 and the lightness value of a5d120 is 0.47.

The process color (four color CMYK) of #a5d120 color hex is 0.21, 0.00, 0.85, 0.18. Web safe color of #a5d120 is #99cc33. Color #a5d120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010001 00100000
Octal 245 321 40
Decimal 165 209 32
Hex A5 D1 20

RGB Percentages of Color #a5d120

%40.64
%51.48
%7.88

CMYK Percentages of Color #a5d120

%21
%0
%85
%18

Triadic Colors of #a5d120

#a5d120 #20a5d1 #d120a5

Analogous Colors of #a5d120

#a5d120 #4dd120 #d1a520

Monochromatic Colors of #a5d120

#a5d120

Complementary Color

#a5d120 #4c20d1

#a5d120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d120 Color CSS Codes

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

#a5d120 Text Font Color

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

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


#a5d120 Background Color

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

This div background color is #a5d120


#a5d120 Border Color

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

This div border color is #a5d120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d120


Comments

No comments written yet.

Please login to write comment.