Color Hex Logo

#acbeb4 Color Hex

#ACBEB4
(172,190,180)
0 Favorites   0 Comments

Color spaces of #acbeb4

RGB 172190180
HSL0.410.120.71
HSV147°75°
CMYK 0.090.000.05   0.25
XYZ43.664948.892950.3159
Yxy48.89290.30560.3422
Hunter Lab69.9235-10.89876.2822
CIE-Lab75.3847-8.09422.9352

#acbeb4 color RGB value is (172,190,180).

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

The process color (four color CMYK) of #acbeb4 color hex is 0.09, 0.00, 0.05, 0.25. Web safe color of #acbeb4 is #99cccc. Color #acbeb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10110100
Octal 254 276 264
Decimal 172 190 180
Hex AC BE B4

RGB Percentages of Color #acbeb4

%31.73
%35.06
%33.21

CMYK Percentages of Color #acbeb4

%9
%0
%5
%25

Triadic Colors of #acbeb4

#acbeb4 #b4acbe #beb4ac

Analogous Colors of #acbeb4

#acbeb4 #acbebd #adbeac

Monochromatic Colors of #acbeb4

#acbeb4

Complementary Color

#acbeb4 #beacb6

#acbeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeb4 Color CSS Codes

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

#acbeb4 Text Font Color

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

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


#acbeb4 Background Color

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

This div background color is #acbeb4


#acbeb4 Border Color

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

This div border color is #acbeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeb4


Comments

No comments written yet.

Please login to write comment.