Color Hex Logo

#afd57a Color Hex

#AFD57A
(175,213,122)
0 Favorites   0 Comments

Color spaces of #afd57a

RGB 175213122
HSL0.240.520.66
HSV85°43°84°
CMYK 0.180.000.43   0.16
XYZ44.986358.107627.2572
Yxy58.10760.34510.4458
Hunter Lab76.2283-28.057532.1593
CIE-Lab80.7986-27.576940.8458

#afd57a color RGB value is (175,213,122).

#afd57a hex color red value is 175, green value is 213 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #afd57a hue: 0.24 , saturation: 0.52 and the lightness value of afd57a is 0.66.

The process color (four color CMYK) of #afd57a color hex is 0.18, 0.00, 0.43, 0.16. Web safe color of #afd57a is #99cc66. Color #afd57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 01111010
Octal 257 325 172
Decimal 175 213 122
Hex AF D5 7A

RGB Percentages of Color #afd57a

%34.31
%41.76
%23.92

CMYK Percentages of Color #afd57a

%18
%0
%43
%16

Triadic Colors of #afd57a

#afd57a #7aafd5 #d57aaf

Analogous Colors of #afd57a

#afd57a #82d57a #d5ce7a

Monochromatic Colors of #afd57a

#afd57a

Complementary Color

#afd57a #a07ad5

#afd57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd57a Color CSS Codes

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

#afd57a Text Font Color

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

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


#afd57a Background Color

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

This div background color is #afd57a


#afd57a Border Color

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

This div border color is #afd57a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,213,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afd57a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afd57a;
  -webkit-box-shadow: 1px 1px 3px 2px #afd57a;
  box-shadow:         1px 1px 3px 2px #afd57a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,213,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd57a


Comments

No comments written yet.

Please login to write comment.