Color Hex Logo

#afe464 Color Hex

#AFE464
(175,228,100)
0 Favorites   0 Comments

Color spaces of #afe464

RGB 175228100
HSL0.240.700.64
HSV85°56°89°
CMYK 0.230.000.56   0.11
XYZ47.722865.520922.1881
Yxy65.52090.35240.4838
Hunter Lab80.9450-36.415340.4093
CIE-Lab84.7514-36.869256.0166

#afe464 color RGB value is (175,228,100).

#afe464 hex color red value is 175, green value is 228 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #afe464 hue: 0.24 , saturation: 0.70 and the lightness value of afe464 is 0.64.

The process color (four color CMYK) of #afe464 color hex is 0.23, 0.00, 0.56, 0.11. Web safe color of #afe464 is #99cc66. Color #afe464 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 01100100
Octal 257 344 144
Decimal 175 228 100
Hex AF E4 64

RGB Percentages of Color #afe464

%34.79
%45.33
%19.88

CMYK Percentages of Color #afe464

%23
%0
%56
%11

Triadic Colors of #afe464

#afe464 #64afe4 #e464af

Analogous Colors of #afe464

#afe464 #6fe464 #e4d964

Monochromatic Colors of #afe464

#afe464

Complementary Color

#afe464 #9964e4

#afe464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe464 Color CSS Codes

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

#afe464 Text Font Color

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

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


#afe464 Background Color

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

This div background color is #afe464


#afe464 Border Color

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

This div border color is #afe464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe464


Comments

No comments written yet.

Please login to write comment.