Color Hex Logo

#afcc7a Color Hex

#AFCC7A
(175,204,122)
0 Favorites   0 Comments

Color spaces of #afcc7a

RGB 175204122
HSL0.230.450.64
HSV81°40°80°
CMYK 0.140.000.40   0.20
XYZ42.784953.704826.5234
Yxy53.70480.34780.4366
Hunter Lab73.2836-24.033229.8398
CIE-Lab78.2893-23.223637.6609

#afcc7a color RGB value is (175,204,122).

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

The process color (four color CMYK) of #afcc7a color hex is 0.14, 0.00, 0.40, 0.20. Web safe color of #afcc7a is #99cc66. Color #afcc7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 01111010
Octal 257 314 172
Decimal 175 204 122
Hex AF CC 7A

RGB Percentages of Color #afcc7a

%34.93
%40.72
%24.35

CMYK Percentages of Color #afcc7a

%14
%0
%40
%20

Triadic Colors of #afcc7a

#afcc7a #7aafcc #cc7aaf

Analogous Colors of #afcc7a

#afcc7a #86cc7a #ccc07a

Monochromatic Colors of #afcc7a

#afcc7a

Complementary Color

#afcc7a #977acc

#afcc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc7a Color CSS Codes

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

#afcc7a Text Font Color

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

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


#afcc7a Background Color

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

This div background color is #afcc7a


#afcc7a Border Color

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

This div border color is #afcc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc7a


Comments

No comments written yet.

Please login to write comment.