Color Hex Logo

#afef2d Color Hex

#AFEF2D
(175,239,45)
0 Favorites   0 Comments

Color spaces of #afef2d

RGB 17523945
HSL0.220.860.56
HSV80°81°94°
CMYK 0.270.000.81   0.06
XYZ49.019471.036413.6104
Yxy71.03640.36670.5314
Hunter Lab84.2831-43.679149.4238
CIE-Lab87.5027-45.161178.4529

#afef2d color RGB value is (175,239,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 00101101
Octal 257 357 55
Decimal 175 239 45
Hex AF EF 2D

RGB Percentages of Color #afef2d

%38.13
%52.07
%9.80

CMYK Percentages of Color #afef2d

%27
%0
%81
%6

Triadic Colors of #afef2d

#afef2d #2dafef #ef2daf

Analogous Colors of #afef2d

#afef2d #4eef2d #efce2d

Monochromatic Colors of #afef2d

#afef2d

Complementary Color

#afef2d #6d2def

#afef2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef2d Color CSS Codes

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

#afef2d Text Font Color

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

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


#afef2d Background Color

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

This div background color is #afef2d


#afef2d Border Color

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

This div border color is #afef2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef2d


Comments

No comments written yet.

Please login to write comment.