Color Hex Logo

#a5d454 Color Hex

#A5D454
(165,212,84)
0 Favorites   0 Comments

Color spaces of #a5d454

RGB 16521284
HSL0.230.600.58
HSV82°60°83°
CMYK 0.220.000.60   0.17
XYZ40.660855.726417.0007
Yxy55.72640.35860.4915
Hunter Lab74.6501-33.411438.7525
CIE-Lab79.4579-34.709856.8867

#a5d454 color RGB value is (165,212,84).

#a5d454 hex color red value is 165, green value is 212 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #a5d454 hue: 0.23 , saturation: 0.60 and the lightness value of a5d454 is 0.58.

The process color (four color CMYK) of #a5d454 color hex is 0.22, 0.00, 0.60, 0.17. Web safe color of #a5d454 is #99cc66. Color #a5d454 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010100 01010100
Octal 245 324 124
Decimal 165 212 84
Hex A5 D4 54

RGB Percentages of Color #a5d454

%35.79
%45.99
%18.22

CMYK Percentages of Color #a5d454

%22
%0
%60
%17

Triadic Colors of #a5d454

#a5d454 #54a5d4 #d454a5

Analogous Colors of #a5d454

#a5d454 #65d454 #d4c354

Monochromatic Colors of #a5d454

#a5d454

Complementary Color

#a5d454 #8354d4

#a5d454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d454 Color CSS Codes

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

#a5d454 Text Font Color

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

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


#a5d454 Background Color

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

This div background color is #a5d454


#a5d454 Border Color

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

This div border color is #a5d454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d454


Comments

No comments written yet.

Please login to write comment.