Color Hex Logo

#acd2be Color Hex

#ACD2BE
(172,210,190)
0 Favorites   0 Comments

Color spaces of #acd2be

RGB 172210190
HSL0.410.300.75
HSV148°18°82°
CMYK 0.180.000.10   0.18
XYZ49.354158.581557.4213
Yxy58.58150.29850.3543
Hunter Lab76.5386-18.84099.0960
CIE-Lab81.0610-16.48475.7616

#acd2be color RGB value is (172,210,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 10111110
Octal 254 322 276
Decimal 172 210 190
Hex AC D2 BE

RGB Percentages of Color #acd2be

%30.07
%36.71
%33.22

CMYK Percentages of Color #acd2be

%18
%0
%10
%18

Triadic Colors of #acd2be

#acd2be #beacd2 #d2beac

Analogous Colors of #acd2be

#acd2be #acd2d1 #add2ac

Monochromatic Colors of #acd2be

#acd2be

Complementary Color

#acd2be #d2acc0

#acd2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd2be Color CSS Codes

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

#acd2be Text Font Color

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

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


#acd2be Background Color

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

This div background color is #acd2be


#acd2be Border Color

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

This div border color is #acd2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd2be

#acd2be Color Palettes


Comments

No comments written yet.

Please login to write comment.