Color Hex Logo

#afd66a Color Hex

#AFD66A
(175,214,106)
0 Favorites   0 Comments

Color spaces of #afd66a

RGB 175214106
HSL0.230.570.63
HSV82°50°84°
CMYK 0.180.000.50   0.16
XYZ44.327358.247722.5423
Yxy58.24770.35430.4655
Hunter Lab76.3202-29.886335.9119
CIE-Lab80.8763-29.824048.7123

#afd66a color RGB value is (175,214,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 01101010
Octal 257 326 152
Decimal 175 214 106
Hex AF D6 6A

RGB Percentages of Color #afd66a

%35.35
%43.23
%21.41

CMYK Percentages of Color #afd66a

%18
%0
%50
%16

Triadic Colors of #afd66a

#afd66a #6aafd6 #d66aaf

Analogous Colors of #afd66a

#afd66a #79d66a #d6c76a

Monochromatic Colors of #afd66a

#afd66a

Complementary Color

#afd66a #916ad6

#afd66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd66a Color CSS Codes

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

#afd66a Text Font Color

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

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


#afd66a Background Color

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

This div background color is #afd66a


#afd66a Border Color

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

This div border color is #afd66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd66a


Comments

No comments written yet.

Please login to write comment.