Color Hex Logo

#acc5bd Color Hex

#ACC5BD
(172,197,189)
0 Favorites   0 Comments

Color spaces of #acc5bd

RGB 172197189
HSL0.450.180.72
HSV161°13°77°
CMYK 0.130.000.04   0.23
XYZ46.164852.377355.8208
Yxy52.37730.29910.3393
Hunter Lab72.3722-12.78964.9300
CIE-Lab77.5059-10.01101.1475

#acc5bd color RGB value is (172,197,189).

#acc5bd hex color red value is 172, green value is 197 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #acc5bd hue: 0.45 , saturation: 0.18 and the lightness value of acc5bd is 0.72.

The process color (four color CMYK) of #acc5bd color hex is 0.13, 0.00, 0.04, 0.23. Web safe color of #acc5bd is #99cccc. Color #acc5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 10111101
Octal 254 305 275
Decimal 172 197 189
Hex AC C5 BD

RGB Percentages of Color #acc5bd

%30.82
%35.30
%33.87

CMYK Percentages of Color #acc5bd

%13
%0
%4
%23

Triadic Colors of #acc5bd

#acc5bd #bdacc5 #c5bdac

Analogous Colors of #acc5bd

#acc5bd #acc1c5 #acc5b1

Monochromatic Colors of #acc5bd

#acc5bd

Complementary Color

#acc5bd #c5acb4

#acc5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc5bd Color CSS Codes

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

#acc5bd Text Font Color

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

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


#acc5bd Background Color

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

This div background color is #acc5bd


#acc5bd Border Color

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

This div border color is #acc5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc5bd


Comments

No comments written yet.

Please login to write comment.