Color Hex Logo

#acccc4 Color Hex

#ACCCC4
(172,204,196)
0 Favorites   0 Comments

Color spaces of #acccc4

RGB 172204196
HSL0.460.240.74
HSV165°16°80°
CMYK 0.160.000.04   0.20
XYZ48.569955.941960.4625
Yxy55.94190.29440.3391
Hunter Lab74.7943-14.97584.4270
CIE-Lab79.5807-12.24410.4057

#acccc4 color RGB value is (172,204,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11000100
Octal 254 314 304
Decimal 172 204 196
Hex AC CC C4

RGB Percentages of Color #acccc4

%30.07
%35.66
%34.27

CMYK Percentages of Color #acccc4

%16
%0
%4
%20

Triadic Colors of #acccc4

#acccc4 #c4accc #ccc4ac

Analogous Colors of #acccc4

#acccc4 #acc4cc #acccb4

Monochromatic Colors of #acccc4

#acccc4

Complementary Color

#acccc4 #ccacb4

#acccc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccc4 Color CSS Codes

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

#acccc4 Text Font Color

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

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


#acccc4 Background Color

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

This div background color is #acccc4


#acccc4 Border Color

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

This div border color is #acccc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,204,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 #acccc4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccc4


Comments

No comments written yet.

Please login to write comment.