Color Hex Logo

#acd1b7 Color Hex

#ACD1B7
(172,209,183)
0 Favorites   0 Comments

Color spaces of #acd1b7

RGB 172209183
HSL0.380.290.75
HSV138°18°82°
CMYK 0.180.000.12   0.18
XYZ48.361057.790553.4055
Yxy57.79050.30310.3622
Hunter Lab76.0201-19.480411.5617
CIE-Lab80.6222-17.30708.8632

#acd1b7 color RGB value is (172,209,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 10110111
Octal 254 321 267
Decimal 172 209 183
Hex AC D1 B7

RGB Percentages of Color #acd1b7

%30.50
%37.06
%32.45

CMYK Percentages of Color #acd1b7

%18
%0
%12
%18

Triadic Colors of #acd1b7

#acd1b7 #b7acd1 #d1b7ac

Analogous Colors of #acd1b7

#acd1b7 #acd1ca #b4d1ac

Monochromatic Colors of #acd1b7

#acd1b7

Complementary Color

#acd1b7 #d1acc6

#acd1b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd1b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd1b7 Color CSS Codes

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

#acd1b7 Text Font Color

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

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


#acd1b7 Background Color

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

This div background color is #acd1b7


#acd1b7 Border Color

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

This div border color is #acd1b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd1b7


Comments

No comments written yet.

Please login to write comment.