Color Hex Logo

#afccaa Color Hex

#AFCCAA
(175,204,170)
0 Favorites   0 Comments

Color spaces of #afccaa

RGB 175204170
HSL0.310.250.73
HSV111°17°80°
CMYK 0.140.000.17   0.20
XYZ46.527855.202046.2330
Yxy55.20200.31450.3731
Hunter Lab74.2980-18.239215.1146
CIE-Lab79.1575-16.102413.7410

#afccaa color RGB value is (175,204,170).

#afccaa hex color red value is 175, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afccaa hue: 0.31 , saturation: 0.25 and the lightness value of afccaa is 0.73.

The process color (four color CMYK) of #afccaa color hex is 0.14, 0.00, 0.17, 0.20. Web safe color of #afccaa is #99cc99. Color #afccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10101010
Octal 257 314 252
Decimal 175 204 170
Hex AF CC AA

RGB Percentages of Color #afccaa

%31.88
%37.16
%30.97

CMYK Percentages of Color #afccaa

%14
%0
%17
%20

Triadic Colors of #afccaa

#afccaa #aaafcc #ccaaaf

Analogous Colors of #afccaa

#afccaa #aaccb6 #c0ccaa

Monochromatic Colors of #afccaa

#afccaa

Complementary Color

#afccaa #c7aacc

#afccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccaa Color CSS Codes

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

#afccaa Text Font Color

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

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


#afccaa Background Color

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

This div background color is #afccaa


#afccaa Border Color

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

This div border color is #afccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccaa


Comments

No comments written yet.

Please login to write comment.