Color Hex Logo

#acd5bf Color Hex

#ACD5BF
(172,213,191)
0 Favorites   0 Comments

Color spaces of #acd5bf

RGB 172213191
HSL0.410.330.75
HSV148°19°84°
CMYK 0.190.000.10   0.16
XYZ50.211560.120758.2483
Yxy60.12070.29780.3566
Hunter Lab77.5375-20.09839.7360
CIE-Lab81.9038-17.80336.4426

#acd5bf color RGB value is (172,213,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010101 10111111
Octal 254 325 277
Decimal 172 213 191
Hex AC D5 BF

RGB Percentages of Color #acd5bf

%29.86
%36.98
%33.16

CMYK Percentages of Color #acd5bf

%19
%0
%10
%16

Triadic Colors of #acd5bf

#acd5bf #bfacd5 #d5bfac

Analogous Colors of #acd5bf

#acd5bf #acd5d4 #aed5ac

Monochromatic Colors of #acd5bf

#acd5bf

Complementary Color

#acd5bf #d5acc2

#acd5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd5bf Color CSS Codes

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

#acd5bf Text Font Color

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

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


#acd5bf Background Color

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

This div background color is #acd5bf


#acd5bf Border Color

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

This div border color is #acd5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd5bf


Comments

No comments written yet.

Please login to write comment.