Color Hex Logo

#acccc8 Color Hex

#ACCCC8
(172,204,200)
0 Favorites   0 Comments

Color spaces of #acccc8

RGB 172204200
HSL0.480.240.74
HSV173°16°80°
CMYK 0.160.000.02   0.20
XYZ49.031456.126562.8928
Yxy56.12650.29180.3340
Hunter Lab74.9176-14.28282.6688
CIE-Lab79.6858-11.4347-1.5869

#acccc8 color RGB value is (172,204,200).

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

The process color (four color CMYK) of #acccc8 color hex is 0.16, 0.00, 0.02, 0.20. Web safe color of #acccc8 is #99cccc. Color #acccc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11001000
Octal 254 314 310
Decimal 172 204 200
Hex AC CC C8

RGB Percentages of Color #acccc8

%29.86
%35.42
%34.72

CMYK Percentages of Color #acccc8

%16
%0
%2
%20

Triadic Colors of #acccc8

#acccc8 #c8accc #ccc8ac

Analogous Colors of #acccc8

#acccc8 #acc0cc #acccb8

Monochromatic Colors of #acccc8

#acccc8

Complementary Color

#acccc8 #ccacb0

#acccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccc8 Color CSS Codes

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

#acccc8 Text Font Color

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

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


#acccc8 Background Color

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

This div background color is #acccc8


#acccc8 Border Color

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

This div border color is #acccc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccc8


Comments

No comments written yet.

Please login to write comment.