Color Hex Logo

#acbcae Color Hex

#ACBCAE
(172,188,174)
0 Favorites   0 Comments

Color spaces of #acbcae

RGB 172188174
HSL0.350.110.71
HSV128°74°
CMYK 0.090.000.07   0.26
XYZ42.636547.793147.0222
Yxy47.79310.31020.3477
Hunter Lab69.1326-10.89478.0652
CIE-Lab74.6942-8.17125.1952

#acbcae color RGB value is (172,188,174).

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

The process color (four color CMYK) of #acbcae color hex is 0.09, 0.00, 0.07, 0.26. Web safe color of #acbcae is #99cc99. Color #acbcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10101110
Octal 254 274 256
Decimal 172 188 174
Hex AC BC AE

RGB Percentages of Color #acbcae

%32.21
%35.21
%32.58

CMYK Percentages of Color #acbcae

%9
%0
%7
%26

Triadic Colors of #acbcae

#acbcae #aeacbc #bcaeac

Analogous Colors of #acbcae

#acbcae #acbcb6 #b2bcac

Monochromatic Colors of #acbcae

#acbcae

Complementary Color

#acbcae #bcacba

#acbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcae Color CSS Codes

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

#acbcae Text Font Color

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

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


#acbcae Background Color

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

This div background color is #acbcae


#acbcae Border Color

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

This div border color is #acbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcae


Comments

No comments written yet.

Please login to write comment.