Color Hex Logo

#afff4e Color Hex

#AFFF4E
(175,255,78)
0 Favorites   0 Comments

Color spaces of #afff4e

RGB 17525578
HSL0.241.000.65
HSV87°69°100°
CMYK 0.310.000.69   0.00
XYZ54.814381.184019.9888
Yxy81.18400.35140.5205
Hunter Lab90.1022-49.087049.9183
CIE-Lab92.2135-50.250572.9068

#afff4e color RGB value is (175,255,78).

#afff4e hex color red value is 175, green value is 255 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #afff4e hue: 0.24 , saturation: 1.00 and the lightness value of afff4e is 0.65.

The process color (four color CMYK) of #afff4e color hex is 0.31, 0.00, 0.69, 0.00. Web safe color of #afff4e is #99ff66. Color #afff4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 01001110
Octal 257 377 116
Decimal 175 255 78
Hex AF FF 4E

RGB Percentages of Color #afff4e

%34.45
%50.20
%15.35

CMYK Percentages of Color #afff4e

%31
%0
%69
%0

Triadic Colors of #afff4e

#afff4e #4eafff #ff4eaf

Analogous Colors of #afff4e

#afff4e #56ff4e #fff74e

Monochromatic Colors of #afff4e

#afff4e

Complementary Color

#afff4e #9e4eff

#afff4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff4e Color CSS Codes

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

#afff4e Text Font Color

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

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


#afff4e Background Color

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

This div background color is #afff4e


#afff4e Border Color

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

This div border color is #afff4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,255,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 #afff4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff4e

Related Colors


Comments

No comments written yet.

Please login to write comment.