Color Hex Logo

#afef81 Color Hex

#AFEF81
(175,239,129)
0 Favorites   0 Comments

Color spaces of #afef81

RGB 175239129
HSL0.260.770.72
HSV95°46°94°
CMYK 0.270.000.46   0.06
XYZ52.508172.431931.9822
Yxy72.43190.33460.4616
Hunter Lab85.1069-38.808737.2944
CIE-Lab88.1761-38.768346.6666

#afef81 color RGB value is (175,239,129).

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

The process color (four color CMYK) of #afef81 color hex is 0.27, 0.00, 0.46, 0.06. Web safe color of #afef81 is #99ff99. Color #afef81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10000001
Octal 257 357 201
Decimal 175 239 129
Hex AF EF 81

RGB Percentages of Color #afef81

%32.23
%44.01
%23.76

CMYK Percentages of Color #afef81

%27
%0
%46
%6

Triadic Colors of #afef81

#afef81 #81afef #ef81af

Analogous Colors of #afef81

#afef81 #81ef8a #e6ef81

Monochromatic Colors of #afef81

#afef81

Complementary Color

#afef81 #c181ef

#afef81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef81 Color CSS Codes

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

#afef81 Text Font Color

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

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


#afef81 Background Color

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

This div background color is #afef81


#afef81 Border Color

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

This div border color is #afef81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef81


Comments

No comments written yet.

Please login to write comment.