Color Hex Logo

#acedb5 Color Hex

#ACEDB5
(172,237,181)
0 Favorites   0 Comments

Color spaces of #acedb5

RGB 172237181
HSL0.360.640.80
HSV128°27°93°
CMYK 0.270.000.24   0.07
XYZ55.637972.675254.8114
Yxy72.67520.30380.3969
Hunter Lab85.2498-32.689821.5543
CIE-Lab88.2926-31.275920.7160

#acedb5 color RGB value is (172,237,181).

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

The process color (four color CMYK) of #acedb5 color hex is 0.27, 0.00, 0.24, 0.07. Web safe color of #acedb5 is #99ffcc. Color #acedb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10110101
Octal 254 355 265
Decimal 172 237 181
Hex AC ED B5

RGB Percentages of Color #acedb5

%29.15
%40.17
%30.68

CMYK Percentages of Color #acedb5

%27
%0
%24
%7

Triadic Colors of #acedb5

#acedb5 #b5aced #edb5ac

Analogous Colors of #acedb5

#acedb5 #acedd6 #c4edac

Monochromatic Colors of #acedb5

#acedb5

Complementary Color

#acedb5 #edace4

#acedb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedb5 Color CSS Codes

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

#acedb5 Text Font Color

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

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


#acedb5 Background Color

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

This div background color is #acedb5


#acedb5 Border Color

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

This div border color is #acedb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acedb5


Comments

No comments written yet.

Please login to write comment.