Color Hex Logo

#acdeb5 Color Hex

#ACDEB5
(172,222,181)
0 Favorites   0 Comments

Color spaces of #acdeb5

RGB 172222181
HSL0.360.430.77
HSV131°23°87°
CMYK 0.230.000.18   0.13
XYZ51.475064.349453.4237
Yxy64.34940.30410.3802
Hunter Lab80.2181-25.840316.6667
CIE-Lab84.1474-24.111714.9232

#acdeb5 color RGB value is (172,222,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 10110101
Octal 254 336 265
Decimal 172 222 181
Hex AC DE B5

RGB Percentages of Color #acdeb5

%29.91
%38.61
%31.48

CMYK Percentages of Color #acdeb5

%23
%0
%18
%13

Triadic Colors of #acdeb5

#acdeb5 #b5acde #deb5ac

Analogous Colors of #acdeb5

#acdeb5 #acdece #bcdeac

Monochromatic Colors of #acdeb5

#acdeb5

Complementary Color

#acdeb5 #deacd5

#acdeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdeb5 Color CSS Codes

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

#acdeb5 Text Font Color

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

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


#acdeb5 Background Color

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

This div background color is #acdeb5


#acdeb5 Border Color

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

This div border color is #acdeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdeb5


Comments

No comments written yet.

Please login to write comment.