Color Hex Logo

#afcd6d Color Hex

#AFCD6D
(175,205,109)
0 Favorites   0 Comments

Color spaces of #afcd6d

RGB 175205109
HSL0.220.490.62
HSV79°47°80°
CMYK 0.150.000.47   0.20
XYZ42.270853.880722.6401
Yxy53.88070.35580.4536
Hunter Lab73.4035-25.663433.0954
CIE-Lab78.3921-25.207844.2584

#afcd6d color RGB value is (175,205,109).

#afcd6d hex color red value is 175, green value is 205 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #afcd6d hue: 0.22 , saturation: 0.49 and the lightness value of afcd6d is 0.62.

The process color (four color CMYK) of #afcd6d color hex is 0.15, 0.00, 0.47, 0.20. Web safe color of #afcd6d is #99cc66. Color #afcd6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 01101101
Octal 257 315 155
Decimal 175 205 109
Hex AF CD 6D

RGB Percentages of Color #afcd6d

%35.79
%41.92
%22.29

CMYK Percentages of Color #afcd6d

%15
%0
%47
%20

Triadic Colors of #afcd6d

#afcd6d #6dafcd #cd6daf

Analogous Colors of #afcd6d

#afcd6d #7fcd6d #cdbb6d

Monochromatic Colors of #afcd6d

#afcd6d

Complementary Color

#afcd6d #8b6dcd

#afcd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd6d Color CSS Codes

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

#afcd6d Text Font Color

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

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


#afcd6d Background Color

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

This div background color is #afcd6d


#afcd6d Border Color

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

This div border color is #afcd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd6d


Comments

No comments written yet.

Please login to write comment.