Color Hex Logo

#afd66e Color Hex

#AFD66E
(175,214,110)
0 Favorites   0 Comments

Color spaces of #afd66e

RGB 175214110
HSL0.230.560.64
HSV83°49°84°
CMYK 0.180.000.49   0.16
XYZ44.540258.332923.6637
Yxy58.33290.35200.4610
Hunter Lab76.3760-29.562135.0933
CIE-Lab80.9235-29.407746.8635

#afd66e color RGB value is (175,214,110).

#afd66e hex color red value is 175, green value is 214 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #afd66e hue: 0.23 , saturation: 0.56 and the lightness value of afd66e is 0.64.

The process color (four color CMYK) of #afd66e color hex is 0.18, 0.00, 0.49, 0.16. Web safe color of #afd66e is #99cc66. Color #afd66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 01101110
Octal 257 326 156
Decimal 175 214 110
Hex AF D6 6E

RGB Percentages of Color #afd66e

%35.07
%42.89
%22.04

CMYK Percentages of Color #afd66e

%18
%0
%49
%16

Triadic Colors of #afd66e

#afd66e #6eafd6 #d66eaf

Analogous Colors of #afd66e

#afd66e #7bd66e #d6c96e

Monochromatic Colors of #afd66e

#afd66e

Complementary Color

#afd66e #956ed6

#afd66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd66e Color CSS Codes

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

#afd66e Text Font Color

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

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


#afd66e Background Color

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

This div background color is #afd66e


#afd66e Border Color

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

This div border color is #afd66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd66e


Comments

No comments written yet.

Please login to write comment.