Color Hex Logo

#afea79 Color Hex

#AFEA79
(175,234,121)
0 Favorites   0 Comments

Color spaces of #afea79

RGB 175234121
HSL0.250.730.70
HSV91°48°92°
CMYK 0.250.000.48   0.08
XYZ50.553269.340128.8087
Yxy69.34010.34000.4663
Hunter Lab83.2707-37.357337.7773
CIE-Lab86.6722-37.442148.6251

#afea79 color RGB value is (175,234,121).

#afea79 hex color red value is 175, green value is 234 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #afea79 hue: 0.25 , saturation: 0.73 and the lightness value of afea79 is 0.70.

The process color (four color CMYK) of #afea79 color hex is 0.25, 0.00, 0.48, 0.08. Web safe color of #afea79 is #99ff66. Color #afea79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 01111001
Octal 257 352 171
Decimal 175 234 121
Hex AF EA 79

RGB Percentages of Color #afea79

%33.02
%44.15
%22.83

CMYK Percentages of Color #afea79

%25
%0
%48
%8

Triadic Colors of #afea79

#afea79 #79afea #ea79af

Analogous Colors of #afea79

#afea79 #79ea7c #e8ea79

Monochromatic Colors of #afea79

#afea79

Complementary Color

#afea79 #b479ea

#afea79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea79 Color CSS Codes

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

#afea79 Text Font Color

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

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


#afea79 Background Color

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

This div background color is #afea79


#afea79 Border Color

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

This div border color is #afea79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea79


Comments

No comments written yet.

Please login to write comment.