Color Hex Logo

#acbfb4 Color Hex

#ACBFB4
(172,191,180)
0 Favorites   0 Comments

Color spaces of #acbfb4

RGB 172191180
HSL0.400.130.71
HSV145°10°75°
CMYK 0.100.000.06   0.25
XYZ43.882349.327550.3883
Yxy49.32750.30560.3435
Hunter Lab70.2335-11.38096.6265
CIE-Lab75.6546-8.61863.3266

#acbfb4 color RGB value is (172,191,180).

#acbfb4 hex color red value is 172, green value is 191 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #acbfb4 hue: 0.40 , saturation: 0.13 and the lightness value of acbfb4 is 0.71.

The process color (four color CMYK) of #acbfb4 color hex is 0.10, 0.00, 0.06, 0.25. Web safe color of #acbfb4 is #99cccc. Color #acbfb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 10110100
Octal 254 277 264
Decimal 172 191 180
Hex AC BF B4

RGB Percentages of Color #acbfb4

%31.68
%35.17
%33.15

CMYK Percentages of Color #acbfb4

%10
%0
%6
%25

Triadic Colors of #acbfb4

#acbfb4 #b4acbf #bfb4ac

Analogous Colors of #acbfb4

#acbfb4 #acbfbe #aebfac

Monochromatic Colors of #acbfb4

#acbfb4

Complementary Color

#acbfb4 #bfacb7

#acbfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfb4 Color CSS Codes

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

#acbfb4 Text Font Color

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

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


#acbfb4 Background Color

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

This div background color is #acbfb4


#acbfb4 Border Color

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

This div border color is #acbfb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,191,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 #acbfb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfb4


Comments

No comments written yet.

Please login to write comment.