Color Hex Logo

#accca8 Color Hex

#ACCCA8
(172,204,168)
0 Favorites   0 Comments

Color spaces of #accca8

RGB 172204168
HSL0.310.260.73
HSV113°18°80°
CMYK 0.160.000.18   0.20
XYZ45.674054.783545.2128
Yxy54.78350.31350.3761
Hunter Lab74.0159-19.378315.5937
CIE-Lab78.9164-17.488614.4392

#accca8 color RGB value is (172,204,168).

#accca8 hex color red value is 172, green value is 204 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #accca8 hue: 0.31 , saturation: 0.26 and the lightness value of accca8 is 0.73.

The process color (four color CMYK) of #accca8 color hex is 0.16, 0.00, 0.18, 0.20. Web safe color of #accca8 is #99cc99. Color #accca8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 10101000
Octal 254 314 250
Decimal 172 204 168
Hex AC CC A8

RGB Percentages of Color #accca8

%31.62
%37.50
%30.88

CMYK Percentages of Color #accca8

%16
%0
%18
%20

Triadic Colors of #accca8

#accca8 #a8accc #cca8ac

Analogous Colors of #accca8

#accca8 #a8ccb6 #becca8

Monochromatic Colors of #accca8

#accca8

Complementary Color

#accca8 #c8a8cc

#accca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accca8 Color CSS Codes

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

#accca8 Text Font Color

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

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


#accca8 Background Color

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

This div background color is #accca8


#accca8 Border Color

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

This div border color is #accca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accca8


Comments

No comments written yet.

Please login to write comment.