Color Hex Logo

#a5df58 Color Hex

#A5DF58
(165,223,88)
0 Favorites   0 Comments

Color spaces of #a5df58

RGB 16522388
HSL0.240.680.61
HSV86°61°87°
CMYK 0.260.000.61   0.13
XYZ43.666261.479318.7978
Yxy61.47930.35230.4960
Hunter Lab78.4087-37.807840.6719
CIE-Lab82.6357-39.345158.6974

#a5df58 color RGB value is (165,223,88).

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

The process color (four color CMYK) of #a5df58 color hex is 0.26, 0.00, 0.61, 0.13. Web safe color of #a5df58 is #99cc66. Color #a5df58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011111 01011000
Octal 245 337 130
Decimal 165 223 88
Hex A5 DF 58

RGB Percentages of Color #a5df58

%34.66
%46.85
%18.49

CMYK Percentages of Color #a5df58

%26
%0
%61
%13

Triadic Colors of #a5df58

#a5df58 #58a5df #df58a5

Analogous Colors of #a5df58

#a5df58 #62df58 #dfd658

Monochromatic Colors of #a5df58

#a5df58

Complementary Color

#a5df58 #9258df

#a5df58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5df58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5df58 Color CSS Codes

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

#a5df58 Text Font Color

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

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


#a5df58 Background Color

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

This div background color is #a5df58


#a5df58 Border Color

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

This div border color is #a5df58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,223,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 #a5df58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5df58


Comments

No comments written yet.

Please login to write comment.