Color Hex Logo

#acccba Color Hex

#ACCCBA
(172,204,186)
0 Favorites   0 Comments

Color spaces of #acccba

RGB 172204186
HSL0.410.240.74
HSV146°16°80°
CMYK 0.160.000.09   0.20
XYZ47.469055.501654.6654
Yxy55.50160.30110.3521
Hunter Lab74.4994-16.63868.6444
CIE-Lab79.3293-14.20375.4035

#acccba color RGB value is (172,204,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 10111010
Octal 254 314 272
Decimal 172 204 186
Hex AC CC BA

RGB Percentages of Color #acccba

%30.60
%36.30
%33.10

CMYK Percentages of Color #acccba

%16
%0
%9
%20

Triadic Colors of #acccba

#acccba #baaccc #ccbaac

Analogous Colors of #acccba

#acccba #acccca #aeccac

Monochromatic Colors of #acccba

#acccba

Complementary Color

#acccba #ccacbe

#acccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccba Color CSS Codes

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

#acccba Text Font Color

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

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


#acccba Background Color

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

This div background color is #acccba


#acccba Border Color

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

This div border color is #acccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccba


Comments

No comments written yet.

Please login to write comment.