Color Hex Logo

#acc2cb Color Hex

#ACC2CB
(172,194,203)
0 Favorites   0 Comments

Color spaces of #acc2cb

RGB 172194203
HSL0.550.230.74
HSV197°15°80°
CMYK 0.150.040.00   0.20
XYZ47.084551.666063.9908
Yxy51.66600.28930.3175
Hunter Lab71.8791-8.8616-2.4680
CIE-Lab77.0807-5.5854-7.0422

#acc2cb color RGB value is (172,194,203).

#acc2cb hex color red value is 172, green value is 194 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #acc2cb hue: 0.55 , saturation: 0.23 and the lightness value of acc2cb is 0.74.

The process color (four color CMYK) of #acc2cb color hex is 0.15, 0.04, 0.00, 0.20. Web safe color of #acc2cb is #99cccc. Color #acc2cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 11001011
Octal 254 302 313
Decimal 172 194 203
Hex AC C2 CB

RGB Percentages of Color #acc2cb

%30.23
%34.09
%35.68

CMYK Percentages of Color #acc2cb

%15
%4
%0
%20

Triadic Colors of #acc2cb

#acc2cb #cbacc2 #c2cbac

Analogous Colors of #acc2cb

#acc2cb #acb3cb #accbc5

Monochromatic Colors of #acc2cb

#acc2cb

Complementary Color

#acc2cb #cbb5ac

#acc2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc2cb Color CSS Codes

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

#acc2cb Text Font Color

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

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


#acc2cb Background Color

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

This div background color is #acc2cb


#acc2cb Border Color

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

This div border color is #acc2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc2cb


Comments

No comments written yet.

Please login to write comment.