Color Hex Logo

#afd68d Color Hex

#AFD68D
(175,214,141)
1 Favorites   0 Comments

Color spaces of #afd68d

RGB 175214141
HSL0.260.470.70
HSV92°34°84°
CMYK 0.180.000.34   0.16
XYZ46.533559.130234.1600
Yxy59.13020.33280.4229
Hunter Lab76.8962-26.549527.4886
CIE-Lab81.3631-25.593431.9685

#afd68d color RGB value is (175,214,141).

#afd68d hex color red value is 175, green value is 214 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #afd68d hue: 0.26 , saturation: 0.47 and the lightness value of afd68d is 0.70.

The process color (four color CMYK) of #afd68d color hex is 0.18, 0.00, 0.34, 0.16. Web safe color of #afd68d is #99cc99. Color #afd68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 10001101
Octal 257 326 215
Decimal 175 214 141
Hex AF D6 8D

RGB Percentages of Color #afd68d

%33.02
%40.38
%26.60

CMYK Percentages of Color #afd68d

%18
%0
%34
%16

Triadic Colors of #afd68d

#afd68d #8dafd6 #d68daf

Analogous Colors of #afd68d

#afd68d #8dd690 #d4d68d

Monochromatic Colors of #afd68d

#afd68d

Complementary Color

#afd68d #b48dd6

#afd68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd68d Color CSS Codes

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

#afd68d Text Font Color

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

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


#afd68d Background Color

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

This div background color is #afd68d


#afd68d Border Color

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

This div border color is #afd68d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,214,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 #afd68d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd68d


Comments

No comments written yet.

Please login to write comment.