Color Hex Logo

#acb2ce Color Hex

#ACB2CE
(172,178,206)
0 Favorites   0 Comments

Color spaces of #acb2ce

RGB 172178206
HSL0.640.260.74
HSV229°17°81°
CMYK 0.170.140.00   0.19
XYZ44.074245.067764.7685
Yxy45.06770.28640.2928
Hunter Lab67.1325-0.2920-10.2094
CIE-Lab72.93643.6601-14.8633

#acb2ce color RGB value is (172,178,206).

#acb2ce hex color red value is 172, green value is 178 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #acb2ce hue: 0.64 , saturation: 0.26 and the lightness value of acb2ce is 0.74.

The process color (four color CMYK) of #acb2ce color hex is 0.17, 0.14, 0.00, 0.19. Web safe color of #acb2ce is #9999cc. Color #acb2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 11001110
Octal 254 262 316
Decimal 172 178 206
Hex AC B2 CE

RGB Percentages of Color #acb2ce

%30.94
%32.01
%37.05

CMYK Percentages of Color #acb2ce

%17
%14
%0
%19

Triadic Colors of #acb2ce

#acb2ce #ceacb2 #b2ceac

Analogous Colors of #acb2ce

#acb2ce #b7acce #acc3ce

Monochromatic Colors of #acb2ce

#acb2ce

Complementary Color

#acb2ce #cec8ac

#acb2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb2ce Color CSS Codes

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

#acb2ce Text Font Color

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

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


#acb2ce Background Color

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

This div background color is #acb2ce


#acb2ce Border Color

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

This div border color is #acb2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb2ce


Comments

No comments written yet.

Please login to write comment.