Color Hex Logo

#afed9e Color Hex

#AFED9E
(175,237,158)
0 Favorites   0 Comments

Color spaces of #afed9e

RGB 175237158
HSL0.300.690.77
HSV107°33°93°
CMYK 0.260.000.33   0.07
XYZ54.134972.151043.4211
Yxy72.15100.31900.4252
Hunter Lab84.9417-34.886829.1510
CIE-Lab88.0412-33.993232.1693

#afed9e color RGB value is (175,237,158).

#afed9e hex color red value is 175, green value is 237 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #afed9e hue: 0.30 , saturation: 0.69 and the lightness value of afed9e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10011110
Octal 257 355 236
Decimal 175 237 158
Hex AF ED 9E

RGB Percentages of Color #afed9e

%30.70
%41.58
%27.72

CMYK Percentages of Color #afed9e

%26
%0
%33
%7

Triadic Colors of #afed9e

#afed9e #9eafed #ed9eaf

Analogous Colors of #afed9e

#afed9e #9eedb5 #d7ed9e

Monochromatic Colors of #afed9e

#afed9e

Complementary Color

#afed9e #dc9eed

#afed9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed9e Color CSS Codes

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

#afed9e Text Font Color

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

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


#afed9e Background Color

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

This div background color is #afed9e


#afed9e Border Color

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

This div border color is #afed9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed9e


Comments

No comments written yet.

Please login to write comment.