Color Hex Logo

#afe68d Color Hex

#AFE68D
(175,230,141)
0 Favorites   0 Comments

Color spaces of #afe68d

RGB 175230141
HSL0.270.640.73
HSV97°39°90°
CMYK 0.240.000.39   0.10
XYZ50.783767.630735.5767
Yxy67.63070.32980.4392
Hunter Lab82.2379-33.688631.9172
CIE-Lab85.8215-33.160437.8020

#afe68d color RGB value is (175,230,141).

#afe68d hex color red value is 175, green value is 230 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #afe68d hue: 0.27 , saturation: 0.64 and the lightness value of afe68d is 0.73.

The process color (four color CMYK) of #afe68d color hex is 0.24, 0.00, 0.39, 0.10. Web safe color of #afe68d is #99ff99. Color #afe68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 10001101
Octal 257 346 215
Decimal 175 230 141
Hex AF E6 8D

RGB Percentages of Color #afe68d

%32.05
%42.12
%25.82

CMYK Percentages of Color #afe68d

%24
%0
%39
%10

Triadic Colors of #afe68d

#afe68d #8dafe6 #e68daf

Analogous Colors of #afe68d

#afe68d #8de698 #dce68d

Monochromatic Colors of #afe68d

#afe68d

Complementary Color

#afe68d #c48de6

#afe68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe68d Color CSS Codes

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

#afe68d Text Font Color

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

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


#afe68d Background Color

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

This div background color is #afe68d


#afe68d Border Color

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

This div border color is #afe68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe68d


Comments

No comments written yet.

Please login to write comment.