Color Hex Logo

#acaec0 Color Hex

#ACAEC0
(172,174,192)
0 Favorites   0 Comments

Color spaces of #acaec0

RGB 172174192
HSL0.650.140.71
HSV234°10°75°
CMYK 0.100.090.00   0.25
XYZ41.663742.848555.9439
Yxy42.84850.29660.3051
Hunter Lab65.4588-0.9398-4.8507
CIE-Lab71.45202.8704-9.4078

#acaec0 color RGB value is (172,174,192).

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

The process color (four color CMYK) of #acaec0 color hex is 0.10, 0.09, 0.00, 0.25. Web safe color of #acaec0 is #9999cc. Color #acaec0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11000000
Octal 254 256 300
Decimal 172 174 192
Hex AC AE C0

RGB Percentages of Color #acaec0

%31.97
%32.34
%35.69

CMYK Percentages of Color #acaec0

%10
%9
%0
%25

Triadic Colors of #acaec0

#acaec0 #c0acae #aec0ac

Analogous Colors of #acaec0

#acaec0 #b4acc0 #acb8c0

Monochromatic Colors of #acaec0

#acaec0

Complementary Color

#acaec0 #c0beac

#acaec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaec0 Color CSS Codes

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

#acaec0 Text Font Color

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

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


#acaec0 Background Color

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

This div background color is #acaec0


#acaec0 Border Color

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

This div border color is #acaec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaec0


Comments

No comments written yet.

Please login to write comment.