Color Hex Logo

#acb3cf Color Hex

#ACB3CF
(172,179,207)
0 Favorites   0 Comments

Color spaces of #acb3cf

RGB 172179207
HSL0.630.270.74
HSV228°17°81°
CMYK 0.170.140.00   0.19
XYZ44.395845.515865.4770
Yxy45.51580.28570.2929
Hunter Lab67.4654-0.6020-10.3168
CIE-Lab73.23023.3328-14.9679

#acb3cf color RGB value is (172,179,207).

#acb3cf hex color red value is 172, green value is 179 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #acb3cf hue: 0.63 , saturation: 0.27 and the lightness value of acb3cf is 0.74.

The process color (four color CMYK) of #acb3cf color hex is 0.17, 0.14, 0.00, 0.19. Web safe color of #acb3cf is #99cccc. Color #acb3cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 11001111
Octal 254 263 317
Decimal 172 179 207
Hex AC B3 CF

RGB Percentages of Color #acb3cf

%30.82
%32.08
%37.10

CMYK Percentages of Color #acb3cf

%17
%14
%0
%19

Triadic Colors of #acb3cf

#acb3cf #cfacb3 #b3cfac

Analogous Colors of #acb3cf

#acb3cf #b7accf #acc5cf

Monochromatic Colors of #acb3cf

#acb3cf

Complementary Color

#acb3cf #cfc8ac

#acb3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb3cf Color CSS Codes

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

#acb3cf Text Font Color

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

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


#acb3cf Background Color

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

This div background color is #acb3cf


#acb3cf Border Color

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

This div border color is #acb3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb3cf

#acb3cf Color Palettes


Comments

No comments written yet.

Please login to write comment.