Color Hex Logo

#acc2b2 Color Hex

#ACC2B2
(172,194,178)
0 Favorites   0 Comments

Color spaces of #acc2b2

RGB 172194178
HSL0.380.150.72
HSV136°11°76°
CMYK 0.110.000.08   0.24
XYZ44.340950.568649.5432
Yxy50.56860.30700.3501
Hunter Lab71.1116-13.14358.4710
CIE-Lab76.4170-10.56305.5107

#acc2b2 color RGB value is (172,194,178).

#acc2b2 hex color red value is 172, green value is 194 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #acc2b2 hue: 0.38 , saturation: 0.15 and the lightness value of acc2b2 is 0.72.

The process color (four color CMYK) of #acc2b2 color hex is 0.11, 0.00, 0.08, 0.24. Web safe color of #acc2b2 is #99cc99. Color #acc2b2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 10110010
Octal 254 302 262
Decimal 172 194 178
Hex AC C2 B2

RGB Percentages of Color #acc2b2

%31.62
%35.66
%32.72

CMYK Percentages of Color #acc2b2

%11
%0
%8
%24

Triadic Colors of #acc2b2

#acc2b2 #b2acc2 #c2b2ac

Analogous Colors of #acc2b2

#acc2b2 #acc2bd #b1c2ac

Monochromatic Colors of #acc2b2

#acc2b2

Complementary Color

#acc2b2 #c2acbc

#acc2b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc2b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc2b2 Color CSS Codes

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

#acc2b2 Text Font Color

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

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


#acc2b2 Background Color

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

This div background color is #acc2b2


#acc2b2 Border Color

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

This div border color is #acc2b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc2b2


Comments

No comments written yet.

Please login to write comment.