Color Hex Logo

#afea2d Color Hex

#AFEA2D
(175,234,45)
0 Favorites   0 Comments

Color spaces of #afea2d

RGB 17523445
HSL0.220.820.55
HSV79°81°92°
CMYK 0.250.000.81   0.08
XYZ47.575768.149113.1292
Yxy68.14910.36920.5289
Hunter Lab82.5525-41.595748.3572
CIE-Lab86.0809-43.008677.1943

#afea2d color RGB value is (175,234,45).

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

The process color (four color CMYK) of #afea2d color hex is 0.25, 0.00, 0.81, 0.08. Web safe color of #afea2d is #99ff33. Color #afea2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 00101101
Octal 257 352 55
Decimal 175 234 45
Hex AF EA 2D

RGB Percentages of Color #afea2d

%38.55
%51.54
%9.91

CMYK Percentages of Color #afea2d

%25
%0
%81
%8

Triadic Colors of #afea2d

#afea2d #2dafea #ea2daf

Analogous Colors of #afea2d

#afea2d #51ea2d #eac72d

Monochromatic Colors of #afea2d

#afea2d

Complementary Color

#afea2d #682dea

#afea2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea2d Color CSS Codes

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

#afea2d Text Font Color

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

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


#afea2d Background Color

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

This div background color is #afea2d


#afea2d Border Color

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

This div border color is #afea2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea2d


Comments

No comments written yet.

Please login to write comment.