Color Hex Logo

#afacb4 Color Hex

#AFACB4
(175,172,180)
0 Favorites   0 Comments

Color spaces of #afacb4

RGB 175172180
HSL0.730.050.69
HSV263°71°
CMYK 0.030.040.00   0.29
XYZ40.669941.914349.1267
Yxy41.91430.30880.3182
Hunter Lab64.7413-1.16500.3287
CIE-Lab70.81182.5858-3.7211

#afacb4 color RGB value is (175,172,180).

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

The process color (four color CMYK) of #afacb4 color hex is 0.03, 0.04, 0.00, 0.29. Web safe color of #afacb4 is #9999cc. Color #afacb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10110100
Octal 257 254 264
Decimal 175 172 180
Hex AF AC B4

RGB Percentages of Color #afacb4

%33.21
%32.64
%34.16

CMYK Percentages of Color #afacb4

%3
%4
%0
%29

Triadic Colors of #afacb4

#afacb4 #b4afac #acb4af

Analogous Colors of #afacb4

#afacb4 #b3acb4 #acadb4

Monochromatic Colors of #afacb4

#afacb4

Complementary Color

#afacb4 #b1b4ac

#afacb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacb4 Color CSS Codes

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

#afacb4 Text Font Color

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

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


#afacb4 Background Color

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

This div background color is #afacb4


#afacb4 Border Color

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

This div border color is #afacb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacb4

#afacb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.