Color Hex Logo

#acafab Color Hex

#ACAFAB
(172,175,171)
0 Favorites   0 Comments

Color spaces of #acafab

RGB 172175171
HSL0.290.020.68
HSV105°69°
CMYK 0.020.000.02   0.31
XYZ39.693942.370944.6144
Yxy42.37090.31330.3345
Hunter Lab65.0929-5.06274.9280
CIE-Lab71.1259-1.80651.6685

#acafab color RGB value is (172,175,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 10101011
Octal 254 257 253
Decimal 172 175 171
Hex AC AF AB

RGB Percentages of Color #acafab

%33.20
%33.78
%33.01

CMYK Percentages of Color #acafab

%2
%0
%2
%31

Triadic Colors of #acafab

#acafab #abacaf #afabac

Analogous Colors of #acafab

#acafab #abafac #aeafab

Monochromatic Colors of #acafab

#acafab

Complementary Color

#acafab #aeabaf

#acafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafab Color CSS Codes

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

#acafab Text Font Color

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

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


#acafab Background Color

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

This div background color is #acafab


#acafab Border Color

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

This div border color is #acafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafab


Comments

No comments written yet.

Please login to write comment.