Color Hex Logo

#afacba Color Hex

#AFACBA
(175,172,186)
0 Favorites   0 Comments

Color spaces of #afacba

RGB 175172186
HSL0.700.090.70
HSV253°73°
CMYK 0.060.080.00   0.27
XYZ41.294642.164252.4164
Yxy42.16420.30390.3103
Hunter Lab64.9340-0.1178-2.4067
CIE-Lab70.98403.7629-6.7745

#afacba color RGB value is (175,172,186).

#afacba hex color red value is 175, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afacba hue: 0.70 , saturation: 0.09 and the lightness value of afacba is 0.70.

The process color (four color CMYK) of #afacba color hex is 0.06, 0.08, 0.00, 0.27. Web safe color of #afacba is #9999cc. Color #afacba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10111010
Octal 257 254 272
Decimal 175 172 186
Hex AF AC BA

RGB Percentages of Color #afacba

%32.83
%32.27
%34.90

CMYK Percentages of Color #afacba

%6
%8
%0
%27

Triadic Colors of #afacba

#afacba #baafac #acbaaf

Analogous Colors of #afacba

#afacba #b6acba #acb0ba

Monochromatic Colors of #afacba

#afacba

Complementary Color

#afacba #b7baac

#afacba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacba Color CSS Codes

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

#afacba Text Font Color

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

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


#afacba Background Color

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

This div background color is #afacba


#afacba Border Color

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

This div border color is #afacba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacba


Comments

No comments written yet.

Please login to write comment.