Color Hex Logo

#acbebd Color Hex

#ACBEBD
(172,190,189)
0 Favorites   0 Comments

Color spaces of #acbebd

RGB 172190189
HSL0.490.120.71
HSV177°75°
CMYK 0.090.000.01   0.25
XYZ44.612049.271755.3032
Yxy49.27170.29900.3303
Hunter Lab70.1938-9.39262.4232
CIE-Lab75.6200-6.3394-1.6076

#acbebd color RGB value is (172,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10111101
Octal 254 276 275
Decimal 172 190 189
Hex AC BE BD

RGB Percentages of Color #acbebd

%31.22
%34.48
%34.30

CMYK Percentages of Color #acbebd

%9
%0
%1
%25

Triadic Colors of #acbebd

#acbebd #bdacbe #bebdac

Analogous Colors of #acbebd

#acbebd #acb6be #acbeb4

Monochromatic Colors of #acbebd

#acbebd

Complementary Color

#acbebd #beacad

#acbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbebd Color CSS Codes

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

#acbebd Text Font Color

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

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


#acbebd Background Color

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

This div background color is #acbebd


#acbebd Border Color

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

This div border color is #acbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbebd


Comments

No comments written yet.

Please login to write comment.