Color Hex Logo

#afef79 Color Hex

#AFEF79
(175,239,121)
0 Favorites   0 Comments

Color spaces of #afef79

RGB 175239121
HSL0.260.790.71
HSV93°49°94°
CMYK 0.270.000.49   0.06
XYZ51.996972.227429.2899
Yxy72.22740.33870.4705
Hunter Lab84.9867-39.516239.0569
CIE-Lab88.0779-39.681150.3379

#afef79 color RGB value is (175,239,121).

#afef79 hex color red value is 175, green value is 239 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #afef79 hue: 0.26 , saturation: 0.79 and the lightness value of afef79 is 0.71.

The process color (four color CMYK) of #afef79 color hex is 0.27, 0.00, 0.49, 0.06. Web safe color of #afef79 is #99ff66. Color #afef79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01111001
Octal 257 357 171
Decimal 175 239 121
Hex AF EF 79

RGB Percentages of Color #afef79

%32.71
%44.67
%22.62

CMYK Percentages of Color #afef79

%27
%0
%49
%6

Triadic Colors of #afef79

#afef79 #79afef #ef79af

Analogous Colors of #afef79

#afef79 #79ef7e #eaef79

Monochromatic Colors of #afef79

#afef79

Complementary Color

#afef79 #b979ef

#afef79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef79 Color CSS Codes

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

#afef79 Text Font Color

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

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


#afef79 Background Color

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

This div background color is #afef79


#afef79 Border Color

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

This div border color is #afef79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef79


Comments

No comments written yet.

Please login to write comment.