Color Hex Logo

#afff4d Color Hex

#AFFF4D
(175,255,77)
1 Favorites   0 Comments

Color spaces of #afff4d

RGB 17525577
HSL0.241.000.65
HSV87°70°100°
CMYK 0.310.000.70   0.00
XYZ54.778881.169819.8014
Yxy81.16980.35170.5212
Hunter Lab90.0943-49.134150.0349
CIE-Lab92.2072-50.313273.2523

#afff4d color RGB value is (175,255,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 01001101
Octal 257 377 115
Decimal 175 255 77
Hex AF FF 4D

RGB Percentages of Color #afff4d

%34.52
%50.30
%15.19

CMYK Percentages of Color #afff4d

%31
%0
%70
%0

Triadic Colors of #afff4d

#afff4d #4dafff #ff4daf

Analogous Colors of #afff4d

#afff4d #56ff4d #fff64d

Monochromatic Colors of #afff4d

#afff4d

Complementary Color

#afff4d #9d4dff

#afff4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff4d Color CSS Codes

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

#afff4d Text Font Color

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

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


#afff4d Background Color

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

This div background color is #afff4d


#afff4d Border Color

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

This div border color is #afff4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff4d

Related Colors


Comments

No comments written yet.

Please login to write comment.