Color Hex Logo

#acafb0 Color Hex

#ACAFB0
(172,175,176)
0 Favorites   0 Comments

Color spaces of #acafb0

RGB 172175176
HSL0.540.020.68
HSV195°69°
CMYK 0.020.010.00   0.31
XYZ40.179742.565247.1725
Yxy42.56520.30930.3276
Hunter Lab65.2420-4.24322.8004
CIE-Lab71.2589-0.8611-0.8888

#acafb0 color RGB value is (172,175,176).

#acafb0 hex color red value is 172, green value is 175 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #acafb0 hue: 0.54 , saturation: 0.02 and the lightness value of acafb0 is 0.68.

The process color (four color CMYK) of #acafb0 color hex is 0.02, 0.01, 0.00, 0.31. Web safe color of #acafb0 is #999999. Color #acafb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 10110000
Octal 254 257 260
Decimal 172 175 176
Hex AC AF B0

RGB Percentages of Color #acafb0

%32.89
%33.46
%33.65

CMYK Percentages of Color #acafb0

%2
%1
%0
%31

Triadic Colors of #acafb0

#acafb0 #b0acaf #afb0ac

Analogous Colors of #acafb0

#acafb0 #acadb0 #acb0af

Monochromatic Colors of #acafb0

#acafb0

Complementary Color

#acafb0 #b0adac

#acafb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafb0 Color CSS Codes

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

#acafb0 Text Font Color

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

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


#acafb0 Background Color

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

This div background color is #acafb0


#acafb0 Border Color

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

This div border color is #acafb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafb0


Comments

No comments written yet.

Please login to write comment.