Color Hex Logo

#afcfab Color Hex

#AFCFAB
(175,207,171)
0 Favorites   0 Comments

Color spaces of #afcfab

RGB 175207171
HSL0.310.270.74
HSV113°17°81°
CMYK 0.150.000.17   0.19
XYZ47.342756.679946.9732
Yxy56.67990.31350.3754
Hunter Lab75.2861-19.503115.7075
CIE-Lab79.9992-17.443414.3942

#afcfab color RGB value is (175,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 10101011
Octal 257 317 253
Decimal 175 207 171
Hex AF CF AB

RGB Percentages of Color #afcfab

%31.65
%37.43
%30.92

CMYK Percentages of Color #afcfab

%15
%0
%17
%19

Triadic Colors of #afcfab

#afcfab #abafcf #cfabaf

Analogous Colors of #afcfab

#afcfab #abcfb9 #c1cfab

Monochromatic Colors of #afcfab

#afcfab

Complementary Color

#afcfab #cbabcf

#afcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfab Color CSS Codes

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

#afcfab Text Font Color

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

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


#afcfab Background Color

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

This div background color is #afcfab


#afcfab Border Color

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

This div border color is #afcfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,207,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 #afcfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfab


Comments

No comments written yet.

Please login to write comment.