Color Hex Logo

#afed3a Color Hex

#AFED3A
(175,237,58)
0 Favorites   0 Comments

Color spaces of #afed3a

RGB 17523758
HSL0.220.830.58
HSV81°76°93°
CMYK 0.260.000.76   0.07
XYZ48.727169.987814.9438
Yxy69.98780.36460.5236
Hunter Lab83.6587-42.435247.9702
CIE-Lab86.9909-43.753674.4060

#afed3a color RGB value is (175,237,58).

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

The process color (four color CMYK) of #afed3a color hex is 0.26, 0.00, 0.76, 0.07. Web safe color of #afed3a is #99ff33. Color #afed3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 00111010
Octal 257 355 72
Decimal 175 237 58
Hex AF ED 3A

RGB Percentages of Color #afed3a

%37.23
%50.43
%12.34

CMYK Percentages of Color #afed3a

%26
%0
%76
%7

Triadic Colors of #afed3a

#afed3a #3aafed #ed3aaf

Analogous Colors of #afed3a

#afed3a #56ed3a #edd23a

Monochromatic Colors of #afed3a

#afed3a

Complementary Color

#afed3a #783aed

#afed3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed3a Color CSS Codes

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

#afed3a Text Font Color

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

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


#afed3a Background Color

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

This div background color is #afed3a


#afed3a Border Color

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

This div border color is #afed3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed3a


Comments

No comments written yet.

Please login to write comment.