color codes Logo

#a5f425 color codes

#A5F425
(165,244,37)
0 Favorites   0 Comments

Color spaces of #a5f425

RGB 16524437
HSL0.230.900.55
HSV83°85°96°
CMYK 0.320.000.85   0.04
XYZ48.201772.834313.2682
Yxy72.83430.35890.5423
Hunter Lab85.3430-48.533550.5223
CIE-Lab88.3686-51.135680.7911

#a5f425 color RGB value is (165,244,37).

#a5f425 hex color red value is 165, green value is 244 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a5f425 hue: 0.23 , saturation: 0.90 and the lightness value of a5f425 is 0.55.

The process color (four color CMYK) of #a5f425 color code is 0.32, 0.00, 0.85, 0.04. Web safe color of #a5f425 is #99ff33. Color #a5f425 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11110100 00100101
Octal 245 364 45
Decimal 165 244 37
Hex A5 F4 25

RGB Percentages of Color #a5f425

%37.00
%54.71
%8.30

CMYK Percentages of Color #a5f425

%32
%0
%85
%4

Triadic Colors of #a5f425

#a5f425 #25a5f4 #f425a5

Analogous Colors of #a5f425

#a5f425 #3ef425 #f4dc25

Monochromatic Colors of #a5f425

#a5f425

Complementary Color

#a5f425 #7425f4

#a5f425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5f425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5f425 Color CSS Codes

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

#a5f425 Text Font Color

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

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


#a5f425 Background Color

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

This div background color is #a5f425


#a5f425 Border Color

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

This div border color is #a5f425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5f425


Comments

No comments written yet.

Please login to write comment.