Color Hex Logo

#a5e314 Color Hex

#A5E314
(165,227,20)
0 Favorites   0 Comments

Color spaces of #a5e314

RGB 16522720
HSL0.220.840.48
HSV78°91°89°
CMYK 0.270.000.91   0.11
XYZ43.112462.988010.5475
Yxy62.98800.36960.5400
Hunter Lab79.3650-41.924547.6759
CIE-Lab83.4361-44.432779.5885

#a5e314 color RGB value is (165,227,20).

#a5e314 hex color red value is 165, green value is 227 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a5e314 hue: 0.22 , saturation: 0.84 and the lightness value of a5e314 is 0.48.

The process color (four color CMYK) of #a5e314 color hex is 0.27, 0.00, 0.91, 0.11. Web safe color of #a5e314 is #99cc00. Color #a5e314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11100011 00010100
Octal 245 343 24
Decimal 165 227 20
Hex A5 E3 14

RGB Percentages of Color #a5e314

%40.05
%55.10
%4.85

CMYK Percentages of Color #a5e314

%27
%0
%91
%11

Triadic Colors of #a5e314

#a5e314 #14a5e3 #e314a5

Analogous Colors of #a5e314

#a5e314 #3ee314 #e3ba14

Monochromatic Colors of #a5e314

#a5e314

Complementary Color

#a5e314 #5214e3

#a5e314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5e314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5e314 Color CSS Codes

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

#a5e314 Text Font Color

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

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


#a5e314 Background Color

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

This div background color is #a5e314


#a5e314 Border Color

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

This div border color is #a5e314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5e314


Comments

No comments written yet.

Please login to write comment.