Color Hex Logo

#afea8e Color Hex

#AFEA8E
(175,234,142)
0 Favorites   0 Comments

Color spaces of #afea8e

RGB 175234142
HSL0.270.690.74
HSV98°39°92°
CMYK 0.250.000.39   0.08
XYZ51.984569.912636.3458
Yxy69.91260.32850.4418
Hunter Lab83.6138-35.346732.7570
CIE-Lab86.9540-34.869038.7691

#afea8e color RGB value is (175,234,142).

#afea8e hex color red value is 175, green value is 234 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #afea8e hue: 0.27 , saturation: 0.69 and the lightness value of afea8e is 0.74.

The process color (four color CMYK) of #afea8e color hex is 0.25, 0.00, 0.39, 0.08. Web safe color of #afea8e is #99ff99. Color #afea8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10001110
Octal 257 352 216
Decimal 175 234 142
Hex AF EA 8E

RGB Percentages of Color #afea8e

%31.76
%42.47
%25.77

CMYK Percentages of Color #afea8e

%25
%0
%39
%8

Triadic Colors of #afea8e

#afea8e #8eafea #ea8eaf

Analogous Colors of #afea8e

#afea8e #8eea9b #ddea8e

Monochromatic Colors of #afea8e

#afea8e

Complementary Color

#afea8e #c98eea

#afea8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea8e Color CSS Codes

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

#afea8e Text Font Color

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

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


#afea8e Background Color

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

This div background color is #afea8e


#afea8e Border Color

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

This div border color is #afea8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea8e


Comments

No comments written yet.

Please login to write comment.