Color Hex Logo

#acd8bf Color Hex

#ACD8BF
(172,216,191)
0 Favorites   0 Comments

Color spaces of #acd8bf

RGB 172216191
HSL0.410.360.76
HSV146°20°85°
CMYK 0.200.000.12   0.15
XYZ50.973161.644058.5021
Yxy61.64400.29790.3602
Hunter Lab78.5137-21.512210.7814
CIE-Lab82.7237-19.30447.6209

#acd8bf color RGB value is (172,216,191).

#acd8bf hex color red value is 172, green value is 216 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #acd8bf hue: 0.41 , saturation: 0.36 and the lightness value of acd8bf is 0.76.

The process color (four color CMYK) of #acd8bf color hex is 0.20, 0.00, 0.12, 0.15. Web safe color of #acd8bf is #99cccc. Color #acd8bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 10111111
Octal 254 330 277
Decimal 172 216 191
Hex AC D8 BF

RGB Percentages of Color #acd8bf

%29.71
%37.31
%32.99

CMYK Percentages of Color #acd8bf

%20
%0
%12
%15

Triadic Colors of #acd8bf

#acd8bf #bfacd8 #d8bfac

Analogous Colors of #acd8bf

#acd8bf #acd8d5 #afd8ac

Monochromatic Colors of #acd8bf

#acd8bf

Complementary Color

#acd8bf #d8acc5

#acd8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd8bf Color CSS Codes

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

#acd8bf Text Font Color

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

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


#acd8bf Background Color

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

This div background color is #acd8bf


#acd8bf Border Color

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

This div border color is #acd8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd8bf


Comments

No comments written yet.

Please login to write comment.