Color Hex Logo

#afe468 Color Hex

#AFE468
(175,228,104)
0 Favorites   0 Comments

Color spaces of #afe468

RGB 175228104
HSL0.240.700.65
HSV86°54°89°
CMYK 0.230.000.54   0.11
XYZ47.921365.600223.2331
Yxy65.60020.35040.4797
Hunter Lab80.9940-36.127239.6884
CIE-Lab84.7921-36.494154.2672

#afe468 color RGB value is (175,228,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 01101000
Octal 257 344 150
Decimal 175 228 104
Hex AF E4 68

RGB Percentages of Color #afe468

%34.52
%44.97
%20.51

CMYK Percentages of Color #afe468

%23
%0
%54
%11

Triadic Colors of #afe468

#afe468 #68afe4 #e468af

Analogous Colors of #afe468

#afe468 #71e468 #e4db68

Monochromatic Colors of #afe468

#afe468

Complementary Color

#afe468 #9d68e4

#afe468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe468 Color CSS Codes

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

#afe468 Text Font Color

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

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


#afe468 Background Color

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

This div background color is #afe468


#afe468 Border Color

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

This div border color is #afe468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe468


Comments

No comments written yet.

Please login to write comment.