Color Hex Logo

#afea4d Color Hex

#AFEA4D
(175,234,77)
0 Favorites   0 Comments

Color spaces of #afea4d

RGB 17523477
HSL0.230.790.61
HSV83°67°92°
CMYK 0.250.000.67   0.08
XYZ48.441668.495417.6890
Yxy68.49540.35980.5088
Hunter Lab82.7619-40.355145.2611
CIE-Lab86.2536-41.358667.1692

#afea4d color RGB value is (175,234,77).

#afea4d hex color red value is 175, green value is 234 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #afea4d hue: 0.23 , saturation: 0.79 and the lightness value of afea4d is 0.61.

The process color (four color CMYK) of #afea4d color hex is 0.25, 0.00, 0.67, 0.08. Web safe color of #afea4d is #99ff66. Color #afea4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 01001101
Octal 257 352 115
Decimal 175 234 77
Hex AF EA 4D

RGB Percentages of Color #afea4d

%36.01
%48.15
%15.84

CMYK Percentages of Color #afea4d

%25
%0
%67
%8

Triadic Colors of #afea4d

#afea4d #4dafea #ea4daf

Analogous Colors of #afea4d

#afea4d #60ea4d #ead74d

Monochromatic Colors of #afea4d

#afea4d

Complementary Color

#afea4d #884dea

#afea4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea4d Color CSS Codes

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

#afea4d Text Font Color

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

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


#afea4d Background Color

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

This div background color is #afea4d


#afea4d Border Color

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

This div border color is #afea4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea4d


Comments

No comments written yet.

Please login to write comment.