Color Hex Logo

#aced8f Color Hex

#ACED8F
(172,237,143)
0 Favorites   0 Comments

Color spaces of #aced8f

RGB 172237143
HSL0.280.720.75
HSV101°40°93°
CMYK 0.270.000.40   0.07
XYZ52.255471.322236.9990
Yxy71.32220.32540.4442
Hunter Lab84.4525-37.344033.1415
CIE-Lab87.6413-37.122639.1280

#aced8f color RGB value is (172,237,143).

#aced8f hex color red value is 172, green value is 237 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aced8f hue: 0.28 , saturation: 0.72 and the lightness value of aced8f is 0.75.

The process color (four color CMYK) of #aced8f color hex is 0.27, 0.00, 0.40, 0.07. Web safe color of #aced8f is #99ff99. Color #aced8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10001111
Octal 254 355 217
Decimal 172 237 143
Hex AC ED 8F

RGB Percentages of Color #aced8f

%31.16
%42.93
%25.91

CMYK Percentages of Color #aced8f

%27
%0
%40
%7

Triadic Colors of #aced8f

#aced8f #8faced #ed8fac

Analogous Colors of #aced8f

#aced8f #8feda1 #dbed8f

Monochromatic Colors of #aced8f

#aced8f

Complementary Color

#aced8f #d08fed

#aced8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aced8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aced8f Color CSS Codes

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

#aced8f Text Font Color

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

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


#aced8f Background Color

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

This div background color is #aced8f


#aced8f Border Color

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

This div border color is #aced8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aced8f


Comments

No comments written yet.

Please login to write comment.