Color Hex Logo

#acdebd Color Hex

#ACDEBD
(172,222,189)
0 Favorites   0 Comments

Color spaces of #acdebd

RGB 172222189
HSL0.390.430.77
HSV140°23°87°
CMYK 0.230.000.15   0.13
XYZ52.319864.687357.8725
Yxy64.68730.29920.3699
Hunter Lab80.4284-24.633013.6376
CIE-Lab84.3223-22.648510.9625

#acdebd color RGB value is (172,222,189).

#acdebd hex color red value is 172, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #acdebd hue: 0.39 , saturation: 0.43 and the lightness value of acdebd is 0.77.

The process color (four color CMYK) of #acdebd color hex is 0.23, 0.00, 0.15, 0.13. Web safe color of #acdebd is #99cccc. Color #acdebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10111101
Octal 254 336 275
Decimal 172 222 189
Hex AC DE BD

RGB Percentages of Color #acdebd

%29.50
%38.08
%32.42

CMYK Percentages of Color #acdebd

%23
%0
%15
%13

Triadic Colors of #acdebd

#acdebd #bdacde #debdac

Analogous Colors of #acdebd

#acdebd #acded6 #b4deac

Monochromatic Colors of #acdebd

#acdebd

Complementary Color

#acdebd #deaccd

#acdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdebd Color CSS Codes

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

#acdebd Text Font Color

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

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


#acdebd Background Color

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

This div background color is #acdebd


#acdebd Border Color

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

This div border color is #acdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdebd


Comments

No comments written yet.

Please login to write comment.