Color Hex Logo

#afcf9a Color Hex

#AFCF9A
(175,207,154)
0 Favorites   0 Comments

Color spaces of #afcf9a

RGB 175207154
HSL0.270.360.71
HSV96°26°81°
CMYK 0.150.000.26   0.19
XYZ45.824856.072738.9797
Yxy56.07270.32530.3980
Hunter Lab74.8817-21.807721.5538
CIE-Lab79.6552-20.242422.9115

#afcf9a color RGB value is (175,207,154).

#afcf9a hex color red value is 175, green value is 207 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #afcf9a hue: 0.27 , saturation: 0.36 and the lightness value of afcf9a is 0.71.

The process color (four color CMYK) of #afcf9a color hex is 0.15, 0.00, 0.26, 0.19. Web safe color of #afcf9a is #99cc99. Color #afcf9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 10011010
Octal 257 317 232
Decimal 175 207 154
Hex AF CF 9A

RGB Percentages of Color #afcf9a

%32.65
%38.62
%28.73

CMYK Percentages of Color #afcf9a

%15
%0
%26
%19

Triadic Colors of #afcf9a

#afcf9a #9aafcf #cf9aaf

Analogous Colors of #afcf9a

#afcf9a #9acfa0 #cacf9a

Monochromatic Colors of #afcf9a

#afcf9a

Complementary Color

#afcf9a #ba9acf

#afcf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf9a Color CSS Codes

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

#afcf9a Text Font Color

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

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


#afcf9a Background Color

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

This div background color is #afcf9a


#afcf9a Border Color

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

This div border color is #afcf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf9a


Comments

No comments written yet.

Please login to write comment.