Color Hex Logo

#afed2f Color Hex

#AFED2F
(175,237,47)
0 Favorites   0 Comments

Color spaces of #afed2f

RGB 17523747
HSL0.220.840.56
HSV80°80°93°
CMYK 0.260.000.80   0.07
XYZ48.476569.887613.6240
Yxy69.88760.36730.5295
Hunter Lab83.5988-42.791048.8567
CIE-Lab86.9417-44.228877.4523

#afed2f color RGB value is (175,237,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 00101111
Octal 257 355 57
Decimal 175 237 47
Hex AF ED 2F

RGB Percentages of Color #afed2f

%38.13
%51.63
%10.24

CMYK Percentages of Color #afed2f

%26
%0
%80
%7

Triadic Colors of #afed2f

#afed2f #2fafed #ed2faf

Analogous Colors of #afed2f

#afed2f #50ed2f #edcc2f

Monochromatic Colors of #afed2f

#afed2f

Complementary Color

#afed2f #6d2fed

#afed2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed2f Color CSS Codes

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

#afed2f Text Font Color

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

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


#afed2f Background Color

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

This div background color is #afed2f


#afed2f Border Color

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

This div border color is #afed2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed2f


Comments

No comments written yet.

Please login to write comment.