Color Hex Logo

#acbbcc Color Hex

#ACBBCC
(172,187,204)
0 Favorites   0 Comments

Color spaces of #acbbcc

RGB 172187204
HSL0.590.240.74
HSV212°16°80°
CMYK 0.160.080.00   0.20
XYZ45.682748.670964.1134
Yxy48.67090.28830.3071
Hunter Lab69.7645-5.2039-5.6522
CIE-Lab75.2461-1.6436-10.3121

#acbbcc color RGB value is (172,187,204).

#acbbcc hex color red value is 172, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acbbcc hue: 0.59 , saturation: 0.24 and the lightness value of acbbcc is 0.74.

The process color (four color CMYK) of #acbbcc color hex is 0.16, 0.08, 0.00, 0.20. Web safe color of #acbbcc is #99cccc. Color #acbbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11001100
Octal 254 273 314
Decimal 172 187 204
Hex AC BB CC

RGB Percentages of Color #acbbcc

%30.55
%33.21
%36.23

CMYK Percentages of Color #acbbcc

%16
%8
%0
%20

Triadic Colors of #acbbcc

#acbbcc #ccacbb #bbccac

Analogous Colors of #acbbcc

#acbbcc #adaccc #accbcc

Monochromatic Colors of #acbbcc

#acbbcc

Complementary Color

#acbbcc #ccbdac

#acbbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbcc Color CSS Codes

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

#acbbcc Text Font Color

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

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


#acbbcc Background Color

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

This div background color is #acbbcc


#acbbcc Border Color

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

This div border color is #acbbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbcc

#acbbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.