Color Hex Logo

#afef2a Color Hex

#AFEF2A
(175,239,42)
0 Favorites   0 Comments

Color spaces of #afef2a

RGB 17523942
HSL0.220.860.55
HSV79°82°94°
CMYK 0.270.000.82   0.06
XYZ48.963671.014113.3169
Yxy71.01410.36730.5328
Hunter Lab84.2699-43.757849.6195
CIE-Lab87.4919-45.266679.1582

#afef2a color RGB value is (175,239,42).

#afef2a hex color red value is 175, green value is 239 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #afef2a hue: 0.22 , saturation: 0.86 and the lightness value of afef2a is 0.55.

The process color (four color CMYK) of #afef2a color hex is 0.27, 0.00, 0.82, 0.06. Web safe color of #afef2a is #99ff33. Color #afef2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 00101010
Octal 257 357 52
Decimal 175 239 42
Hex AF EF 2A

RGB Percentages of Color #afef2a

%38.38
%52.41
%9.21

CMYK Percentages of Color #afef2a

%27
%0
%82
%6

Triadic Colors of #afef2a

#afef2a #2aafef #ef2aaf

Analogous Colors of #afef2a

#afef2a #4def2a #efcd2a

Monochromatic Colors of #afef2a

#afef2a

Complementary Color

#afef2a #6a2aef

#afef2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef2a Color CSS Codes

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

#afef2a Text Font Color

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

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


#afef2a Background Color

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

This div background color is #afef2a


#afef2a Border Color

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

This div border color is #afef2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef2a


Comments

No comments written yet.

Please login to write comment.