Color Hex Logo

#afed7e Color Hex

#AFED7E
(175,237,126)
0 Favorites   0 Comments

Color spaces of #afed7e

RGB 175237126
HSL0.260.760.71
HSV94°47°93°
CMYK 0.260.000.47   0.07
XYZ51.729371.188730.7530
Yxy71.18870.33660.4633
Hunter Lab84.3734-38.215237.4509
CIE-Lab87.5766-38.222947.3586

#afed7e color RGB value is (175,237,126).

#afed7e hex color red value is 175, green value is 237 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afed7e hue: 0.26 , saturation: 0.76 and the lightness value of afed7e is 0.71.

The process color (four color CMYK) of #afed7e color hex is 0.26, 0.00, 0.47, 0.07. Web safe color of #afed7e is #99ff66. Color #afed7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 01111110
Octal 257 355 176
Decimal 175 237 126
Hex AF ED 7E

RGB Percentages of Color #afed7e

%32.53
%44.05
%23.42

CMYK Percentages of Color #afed7e

%26
%0
%47
%7

Triadic Colors of #afed7e

#afed7e #7eafed #ed7eaf

Analogous Colors of #afed7e

#afed7e #7eed85 #e7ed7e

Monochromatic Colors of #afed7e

#afed7e

Complementary Color

#afed7e #bc7eed

#afed7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed7e Color CSS Codes

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

#afed7e Text Font Color

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

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


#afed7e Background Color

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

This div background color is #afed7e


#afed7e Border Color

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

This div border color is #afed7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed7e


Comments

No comments written yet.

Please login to write comment.