Color Hex Logo

#afea3a Color Hex

#AFEA3A
(175,234,58)
0 Favorites   0 Comments

Color spaces of #afea3a

RGB 17523458
HSL0.220.810.57
HSV80°75°92°
CMYK 0.250.000.75   0.08
XYZ47.865768.265114.6567
Yxy68.26510.36600.5220
Hunter Lab82.6227-41.179547.3182
CIE-Lab86.1388-42.453173.6019

#afea3a color RGB value is (175,234,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 00111010
Octal 257 352 72
Decimal 175 234 58
Hex AF EA 3A

RGB Percentages of Color #afea3a

%37.47
%50.11
%12.42

CMYK Percentages of Color #afea3a

%25
%0
%75
%8

Triadic Colors of #afea3a

#afea3a #3aafea #ea3aaf

Analogous Colors of #afea3a

#afea3a #57ea3a #eacd3a

Monochromatic Colors of #afea3a

#afea3a

Complementary Color

#afea3a #753aea

#afea3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea3a Color CSS Codes

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

#afea3a Text Font Color

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

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


#afea3a Background Color

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

This div background color is #afea3a


#afea3a Border Color

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

This div border color is #afea3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea3a

#afea3a Color Palettes


Comments

No comments written yet.

Please login to write comment.