Color Hex Logo

#acaeb6 Color Hex

#ACAEB6
(172,174,182)
0 Favorites   0 Comments

Color spaces of #acaeb6

RGB 172174182
HSL0.630.060.69
HSV228°71°
CMYK 0.050.040.00   0.29
XYZ40.592842.420250.3044
Yxy42.42020.30450.3182
Hunter Lab65.1308-2.7287-0.2017
CIE-Lab71.15970.8481-4.3375

#acaeb6 color RGB value is (172,174,182).

#acaeb6 hex color red value is 172, green value is 174 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #acaeb6 hue: 0.63 , saturation: 0.06 and the lightness value of acaeb6 is 0.69.

The process color (four color CMYK) of #acaeb6 color hex is 0.05, 0.04, 0.00, 0.29. Web safe color of #acaeb6 is #9999cc. Color #acaeb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 10110110
Octal 254 256 266
Decimal 172 174 182
Hex AC AE B6

RGB Percentages of Color #acaeb6

%32.58
%32.95
%34.47

CMYK Percentages of Color #acaeb6

%5
%4
%0
%29

Triadic Colors of #acaeb6

#acaeb6 #b6acae #aeb6ac

Analogous Colors of #acaeb6

#acaeb6 #afacb6 #acb3b6

Monochromatic Colors of #acaeb6

#acaeb6

Complementary Color

#acaeb6 #b6b4ac

#acaeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaeb6 Color CSS Codes

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

#acaeb6 Text Font Color

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

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


#acaeb6 Background Color

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

This div background color is #acaeb6


#acaeb6 Border Color

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

This div border color is #acaeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaeb6


Comments

No comments written yet.

Please login to write comment.