Color Hex Logo

#acc7bc Color Hex

#ACC7BC
(172,199,188)
0 Favorites   0 Comments

Color spaces of #acc7bc

RGB 172199188
HSL0.430.190.73
HSV156°14°78°
CMYK 0.140.000.06   0.22
XYZ46.513853.248355.4034
Yxy53.24830.29980.3432
Hunter Lab72.9714-13.91976.0642
CIE-Lab78.0214-11.24492.4363

#acc7bc color RGB value is (172,199,188).

#acc7bc hex color red value is 172, green value is 199 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #acc7bc hue: 0.43 , saturation: 0.19 and the lightness value of acc7bc is 0.73.

The process color (four color CMYK) of #acc7bc color hex is 0.14, 0.00, 0.06, 0.22. Web safe color of #acc7bc is #99cccc. Color #acc7bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 10111100
Octal 254 307 274
Decimal 172 199 188
Hex AC C7 BC

RGB Percentages of Color #acc7bc

%30.77
%35.60
%33.63

CMYK Percentages of Color #acc7bc

%14
%0
%6
%22

Triadic Colors of #acc7bc

#acc7bc #bcacc7 #c7bcac

Analogous Colors of #acc7bc

#acc7bc #acc5c7 #acc7af

Monochromatic Colors of #acc7bc

#acc7bc

Complementary Color

#acc7bc #c7acb7

#acc7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc7bc Color CSS Codes

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

#acc7bc Text Font Color

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

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


#acc7bc Background Color

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

This div background color is #acc7bc


#acc7bc Border Color

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

This div border color is #acc7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc7bc


Comments

No comments written yet.

Please login to write comment.