Color Hex Logo

#afccab Color Hex

#AFCCAB
(175,204,171)
0 Favorites   0 Comments

Color spaces of #afccab

RGB 175204171
HSL0.310.240.74
HSV113°16°80°
CMYK 0.140.000.16   0.20
XYZ46.622755.240046.7332
Yxy55.24000.31380.3717
Hunter Lab74.3236-18.094514.7462
CIE-Lab79.1793-15.928813.2384

#afccab color RGB value is (175,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10101011
Octal 257 314 253
Decimal 175 204 171
Hex AF CC AB

RGB Percentages of Color #afccab

%31.82
%37.09
%31.09

CMYK Percentages of Color #afccab

%14
%0
%16
%20

Triadic Colors of #afccab

#afccab #abafcc #ccabaf

Analogous Colors of #afccab

#afccab #abccb8 #c0ccab

Monochromatic Colors of #afccab

#afccab

Complementary Color

#afccab #c8abcc

#afccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccab Color CSS Codes

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

#afccab Text Font Color

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

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


#afccab Background Color

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

This div background color is #afccab


#afccab Border Color

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

This div border color is #afccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccab


Comments

No comments written yet.

Please login to write comment.