Color Hex Logo

#acd1bd Color Hex

#ACD1BD
(172,209,189)
0 Favorites   0 Comments

Color spaces of #acd1bd

RGB 172209189
HSL0.410.290.75
HSV148°18°82°
CMYK 0.180.000.10   0.18
XYZ48.999058.045756.7655
Yxy58.04570.29910.3543
Hunter Lab76.1877-18.52899.1560
CIE-Lab80.7642-16.17145.8673

#acd1bd color RGB value is (172,209,189).

#acd1bd hex color red value is 172, green value is 209 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #acd1bd hue: 0.41 , saturation: 0.29 and the lightness value of acd1bd is 0.75.

The process color (four color CMYK) of #acd1bd color hex is 0.18, 0.00, 0.10, 0.18. Web safe color of #acd1bd is #99cccc. Color #acd1bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 10111101
Octal 254 321 275
Decimal 172 209 189
Hex AC D1 BD

RGB Percentages of Color #acd1bd

%30.18
%36.67
%33.16

CMYK Percentages of Color #acd1bd

%18
%0
%10
%18

Triadic Colors of #acd1bd

#acd1bd #bdacd1 #d1bdac

Analogous Colors of #acd1bd

#acd1bd #acd1d0 #aed1ac

Monochromatic Colors of #acd1bd

#acd1bd

Complementary Color

#acd1bd #d1acc0

#acd1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd1bd Color CSS Codes

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

#acd1bd Text Font Color

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

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


#acd1bd Background Color

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

This div background color is #acd1bd


#acd1bd Border Color

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

This div border color is #acd1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd1bd


Comments

No comments written yet.

Please login to write comment.