Color Hex Logo

#acb1be Color Hex

#ACB1BE
(172,177,190)
0 Favorites   0 Comments

Color spaces of #acb1be

RGB 172177190
HSL0.620.120.71
HSV223°75°
CMYK 0.090.070.00   0.25
XYZ42.029743.932654.9798
Yxy43.93260.29820.3117
Hunter Lab66.2817-2.8048-2.7831
CIE-Lab72.18340.8268-7.2212

#acb1be color RGB value is (172,177,190).

#acb1be hex color red value is 172, green value is 177 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #acb1be hue: 0.62 , saturation: 0.12 and the lightness value of acb1be is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 10111110
Octal 254 261 276
Decimal 172 177 190
Hex AC B1 BE

RGB Percentages of Color #acb1be

%31.91
%32.84
%35.25

CMYK Percentages of Color #acb1be

%9
%7
%0
%25

Triadic Colors of #acb1be

#acb1be #beacb1 #b1beac

Analogous Colors of #acb1be

#acb1be #b0acbe #acbabe

Monochromatic Colors of #acb1be

#acb1be

Complementary Color

#acb1be #beb9ac

#acb1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb1be Color CSS Codes

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

#acb1be Text Font Color

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

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


#acb1be Background Color

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

This div background color is #acb1be


#acb1be Border Color

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

This div border color is #acb1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb1be


Comments

No comments written yet.

Please login to write comment.