Color Hex Logo

#acd6bf Color Hex

#ACD6BF
(172,214,191)
0 Favorites   0 Comments

Color spaces of #acd6bf

RGB 172214191
HSL0.410.340.76
HSV147°20°84°
CMYK 0.200.000.11   0.16
XYZ50.463860.625458.3324
Yxy60.62540.29790.3578
Hunter Lab77.8623-20.570410.0851
CIE-Lab82.1769-18.30506.8355

#acd6bf color RGB value is (172,214,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 10111111
Octal 254 326 277
Decimal 172 214 191
Hex AC D6 BF

RGB Percentages of Color #acd6bf

%29.81
%37.09
%33.10

CMYK Percentages of Color #acd6bf

%20
%0
%11
%16

Triadic Colors of #acd6bf

#acd6bf #bfacd6 #d6bfac

Analogous Colors of #acd6bf

#acd6bf #acd6d4 #aed6ac

Monochromatic Colors of #acd6bf

#acd6bf

Complementary Color

#acd6bf #d6acc3

#acd6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd6bf Color CSS Codes

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

#acd6bf Text Font Color

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

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


#acd6bf Background Color

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

This div background color is #acd6bf


#acd6bf Border Color

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

This div border color is #acd6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd6bf


Comments

No comments written yet.

Please login to write comment.