Color Hex Logo

#acbccc Color Hex

#ACBCCC
(172,188,204)
0 Favorites   0 Comments

Color spaces of #acbccc

RGB 172188204
HSL0.580.240.74
HSV210°16°80°
CMYK 0.160.080.00   0.20
XYZ45.895649.096764.1844
Yxy49.09670.28830.3084
Hunter Lab70.0690-5.7023-5.2623
CIE-Lab75.5114-2.1797-9.9165

#acbccc color RGB value is (172,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11001100
Octal 254 274 314
Decimal 172 188 204
Hex AC BC CC

RGB Percentages of Color #acbccc

%30.50
%33.33
%36.17

CMYK Percentages of Color #acbccc

%16
%8
%0
%20

Triadic Colors of #acbccc

#acbccc #ccacbc #bcccac

Analogous Colors of #acbccc

#acbccc #acaccc #accccc

Monochromatic Colors of #acbccc

#acbccc

Complementary Color

#acbccc #ccbcac

#acbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbccc Color CSS Codes

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

#acbccc Text Font Color

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

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


#acbccc Background Color

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

This div background color is #acbccc


#acbccc Border Color

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

This div border color is #acbccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,188,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 #acbccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbccc


Comments

No comments written yet.

Please login to write comment.