Color Hex Logo

#afacbb Color Hex

#AFACBB
(175,172,187)
0 Favorites   0 Comments

Color spaces of #afacbb

RGB 175172187
HSL0.700.100.70
HSV252°73°
CMYK 0.060.080.00   0.27
XYZ41.401442.206952.9784
Yxy42.20690.30310.3090
Hunter Lab64.96680.0607-2.8723
CIE-Lab71.01333.9626-7.2822

#afacbb color RGB value is (175,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 10111011
Octal 257 254 273
Decimal 175 172 187
Hex AF AC BB

RGB Percentages of Color #afacbb

%32.77
%32.21
%35.02

CMYK Percentages of Color #afacbb

%6
%8
%0
%27

Triadic Colors of #afacbb

#afacbb #bbafac #acbbaf

Analogous Colors of #afacbb

#afacbb #b7acbb #acb1bb

Monochromatic Colors of #afacbb

#afacbb

Complementary Color

#afacbb #b8bbac

#afacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacbb Color CSS Codes

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

#afacbb Text Font Color

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

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


#afacbb Background Color

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

This div background color is #afacbb


#afacbb Border Color

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

This div border color is #afacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacbb


Comments

No comments written yet.

Please login to write comment.