Color Hex Logo

#afed8f Color Hex

#AFED8F
(175,237,143)
0 Favorites   0 Comments

Color spaces of #afed8f

RGB 175237143
HSL0.280.720.75
HSV100°40°93°
CMYK 0.260.000.40   0.07
XYZ52.921371.665537.0302
Yxy71.66550.32740.4434
Hunter Lab84.6555-36.560133.3241
CIE-Lab87.8073-36.105639.3750

#afed8f color RGB value is (175,237,143).

#afed8f hex color red value is 175, green value is 237 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afed8f hue: 0.28 , saturation: 0.72 and the lightness value of afed8f is 0.75.

The process color (four color CMYK) of #afed8f color hex is 0.26, 0.00, 0.40, 0.07. Web safe color of #afed8f is #99ff99. Color #afed8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10001111
Octal 257 355 217
Decimal 175 237 143
Hex AF ED 8F

RGB Percentages of Color #afed8f

%31.53
%42.70
%25.77

CMYK Percentages of Color #afed8f

%26
%0
%40
%7

Triadic Colors of #afed8f

#afed8f #8fafed #ed8faf

Analogous Colors of #afed8f

#afed8f #8fed9e #deed8f

Monochromatic Colors of #afed8f

#afed8f

Complementary Color

#afed8f #cd8fed

#afed8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed8f Color CSS Codes

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

#afed8f Text Font Color

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

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


#afed8f Background Color

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

This div background color is #afed8f


#afed8f Border Color

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

This div border color is #afed8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed8f


Comments

No comments written yet.

Please login to write comment.