Color Hex Logo

#acaebd Color Hex

#ACAEBD
(172,174,189)
0 Favorites   0 Comments

Color spaces of #acaebd

RGB 172174189
HSL0.650.110.71
HSV233°74°
CMYK 0.090.080.00   0.26
XYZ41.334642.716954.2107
Yxy42.71690.29900.3090
Hunter Lab65.3582-1.4877-3.4268
CIE-Lab71.36242.2540-7.8906

#acaebd color RGB value is (172,174,189).

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

The process color (four color CMYK) of #acaebd color hex is 0.09, 0.08, 0.00, 0.26. Web safe color of #acaebd is #9999cc. Color #acaebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 10111101
Octal 254 256 275
Decimal 172 174 189
Hex AC AE BD

RGB Percentages of Color #acaebd

%32.15
%32.52
%35.33

CMYK Percentages of Color #acaebd

%9
%8
%0
%26

Triadic Colors of #acaebd

#acaebd #bdacae #aebdac

Analogous Colors of #acaebd

#acaebd #b3acbd #acb7bd

Monochromatic Colors of #acaebd

#acaebd

Complementary Color

#acaebd #bdbbac

#acaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaebd Color CSS Codes

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

#acaebd Text Font Color

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

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


#acaebd Background Color

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

This div background color is #acaebd


#acaebd Border Color

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

This div border color is #acaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaebd

#acaebd Color Palettes


Comments

No comments written yet.

Please login to write comment.