Color Hex Logo

#afed4e Color Hex

#AFED4E
(175,237,78)
0 Favorites   0 Comments

Color spaces of #afed4e

RGB 17523778
HSL0.230.820.62
HSV83°67°93°
CMYK 0.260.000.67   0.07
XYZ49.338570.232418.1635
Yxy70.23240.35820.5099
Hunter Lab83.8048-41.569845.8131
CIE-Lab87.1107-42.603467.6799

#afed4e color RGB value is (175,237,78).

#afed4e hex color red value is 175, green value is 237 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #afed4e hue: 0.23 , saturation: 0.82 and the lightness value of afed4e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 01001110
Octal 257 355 116
Decimal 175 237 78
Hex AF ED 4E

RGB Percentages of Color #afed4e

%35.71
%48.37
%15.92

CMYK Percentages of Color #afed4e

%26
%0
%67
%7

Triadic Colors of #afed4e

#afed4e #4eafed #ed4eaf

Analogous Colors of #afed4e

#afed4e #60ed4e #eddc4e

Monochromatic Colors of #afed4e

#afed4e

Complementary Color

#afed4e #8c4eed

#afed4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afed4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afed4e Color CSS Codes

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

#afed4e Text Font Color

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

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


#afed4e Background Color

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

This div background color is #afed4e


#afed4e Border Color

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

This div border color is #afed4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afed4e


Comments

No comments written yet.

Please login to write comment.