Color Hex Logo

#afacb3 Color Hex

#AFACB3
(175,172,179)
0 Favorites   0 Comments

Color spaces of #afacb3

RGB 175172179
HSL0.740.040.69
HSV266°70°
CMYK 0.020.040.00   0.30
XYZ40.568441.873748.5921
Yxy41.87370.30960.3196
Hunter Lab64.7099-1.33580.7747
CIE-Lab70.78382.3929-3.2110

#afacb3 color RGB value is (175,172,179).

#afacb3 hex color red value is 175, green value is 172 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #afacb3 hue: 0.74 , saturation: 0.04 and the lightness value of afacb3 is 0.69.

The process color (four color CMYK) of #afacb3 color hex is 0.02, 0.04, 0.00, 0.30. Web safe color of #afacb3 is #9999cc. Color #afacb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10110011
Octal 257 254 263
Decimal 175 172 179
Hex AF AC B3

RGB Percentages of Color #afacb3

%33.27
%32.70
%34.03

CMYK Percentages of Color #afacb3

%2
%4
%0
%30

Triadic Colors of #afacb3

#afacb3 #b3afac #acb3af

Analogous Colors of #afacb3

#afacb3 #b3acb3 #acadb3

Monochromatic Colors of #afacb3

#afacb3

Complementary Color

#afacb3 #b0b3ac

#afacb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacb3 Color CSS Codes

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

#afacb3 Text Font Color

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

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


#afacb3 Background Color

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

This div background color is #afacb3


#afacb3 Border Color

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

This div border color is #afacb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacb3


Comments

No comments written yet.

Please login to write comment.