Color Hex Logo

#acaeb7 Color Hex

#ACAEB7
(172,174,183)
0 Favorites   0 Comments

Color spaces of #acaeb7

RGB 172174183
HSL0.640.070.70
HSV229°72°
CMYK 0.060.050.00   0.28
XYZ40.696642.461750.8507
Yxy42.46170.30370.3169
Hunter Lab65.1626-2.5544-0.6540
CIE-Lab71.18811.0463-4.8461

#acaeb7 color RGB value is (172,174,183).

#acaeb7 hex color red value is 172, green value is 174 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #acaeb7 hue: 0.64 , saturation: 0.07 and the lightness value of acaeb7 is 0.70.

The process color (four color CMYK) of #acaeb7 color hex is 0.06, 0.05, 0.00, 0.28. Web safe color of #acaeb7 is #9999cc. Color #acaeb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 10110111
Octal 254 256 267
Decimal 172 174 183
Hex AC AE B7

RGB Percentages of Color #acaeb7

%32.51
%32.89
%34.59

CMYK Percentages of Color #acaeb7

%6
%5
%0
%28

Triadic Colors of #acaeb7

#acaeb7 #b7acae #aeb7ac

Analogous Colors of #acaeb7

#acaeb7 #b0acb7 #acb4b7

Monochromatic Colors of #acaeb7

#acaeb7

Complementary Color

#acaeb7 #b7b5ac

#acaeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaeb7 Color CSS Codes

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

#acaeb7 Text Font Color

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

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


#acaeb7 Background Color

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

This div background color is #acaeb7


#acaeb7 Border Color

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

This div border color is #acaeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaeb7


Comments

No comments written yet.

Please login to write comment.