Color Hex Logo

#a3f57d Color Hex

#A3F57D
(163,245,125)
0 Favorites   0 Comments

Color spaces of #a3f57d

RGB 163245125
HSL0.280.860.73
HSV101°49°96°
CMYK 0.330.000.49   0.04
XYZ51.458374.572031.0837
Yxy74.57200.32750.4746
Hunter Lab86.3551-44.754739.1070
CIE-Lab89.1921-45.900549.6753

#a3f57d color RGB value is (163,245,125).

#a3f57d hex color red value is 163, green value is 245 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a3f57d hue: 0.28 , saturation: 0.86 and the lightness value of a3f57d is 0.73.

The process color (four color CMYK) of #a3f57d color hex is 0.33, 0.00, 0.49, 0.04. Web safe color of #a3f57d is #99ff66. Color #a3f57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11110101 01111101
Octal 243 365 175
Decimal 163 245 125
Hex A3 F5 7D

RGB Percentages of Color #a3f57d

%30.58
%45.97
%23.45

CMYK Percentages of Color #a3f57d

%33
%0
%49
%4

Triadic Colors of #a3f57d

#a3f57d #7da3f5 #f57da3

Analogous Colors of #a3f57d

#a3f57d #7df593 #dff57d

Monochromatic Colors of #a3f57d

#a3f57d

Complementary Color

#a3f57d #cf7df5

#a3f57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3f57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3f57d Color CSS Codes

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

#a3f57d Text Font Color

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

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


#a3f57d Background Color

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

This div background color is #a3f57d


#a3f57d Border Color

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

This div border color is #a3f57d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,245,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3f57d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3f57d;
  -webkit-box-shadow: 1px 1px 3px 2px #a3f57d;
  box-shadow:         1px 1px 3px 2px #a3f57d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,245,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3f57d


Comments

No comments written yet.

Please login to write comment.