Color Hex Logo

#acc9c4 Color Hex

#ACC9C4
(172,201,196)
0 Favorites   0 Comments

Color spaces of #acc9c4

RGB 172201196
HSL0.470.210.73
HSV170°14°79°
CMYK 0.140.000.02   0.21
XYZ47.863754.529560.2271
Yxy54.52950.29430.3353
Hunter Lab73.8441-13.52843.3341
CIE-Lab78.7695-10.6942-0.7794

#acc9c4 color RGB value is (172,201,196).

#acc9c4 hex color red value is 172, green value is 201 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #acc9c4 hue: 0.47 , saturation: 0.21 and the lightness value of acc9c4 is 0.73.

The process color (four color CMYK) of #acc9c4 color hex is 0.14, 0.00, 0.02, 0.21. Web safe color of #acc9c4 is #99cccc. Color #acc9c4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 11000100
Octal 254 311 304
Decimal 172 201 196
Hex AC C9 C4

RGB Percentages of Color #acc9c4

%30.23
%35.33
%34.45

CMYK Percentages of Color #acc9c4

%14
%0
%2
%21

Triadic Colors of #acc9c4

#acc9c4 #c4acc9 #c9c4ac

Analogous Colors of #acc9c4

#acc9c4 #acc0c9 #acc9b6

Monochromatic Colors of #acc9c4

#acc9c4

Complementary Color

#acc9c4 #c9acb1

#acc9c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc9c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc9c4 Color CSS Codes

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

#acc9c4 Text Font Color

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

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


#acc9c4 Background Color

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

This div background color is #acc9c4


#acc9c4 Border Color

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

This div border color is #acc9c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc9c4


Comments

No comments written yet.

Please login to write comment.