Color Hex Logo

#aced7f Color Hex

#ACED7F
(172,237,127)
0 Favorites   0 Comments

Color spaces of #aced7f

RGB 172237127
HSL0.270.750.71
HSV95°46°93°
CMYK 0.270.000.46   0.07
XYZ51.128270.871331.0635
Yxy70.87130.33400.4630
Hunter Lab84.1851-38.915437.0521
CIE-Lab87.4224-39.145846.6527

#aced7f color RGB value is (172,237,127).

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

The process color (four color CMYK) of #aced7f color hex is 0.27, 0.00, 0.46, 0.07. Web safe color of #aced7f is #99ff66. Color #aced7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 01111111
Octal 254 355 177
Decimal 172 237 127
Hex AC ED 7F

RGB Percentages of Color #aced7f

%32.09
%44.22
%23.69

CMYK Percentages of Color #aced7f

%27
%0
%46
%7

Triadic Colors of #aced7f

#aced7f #7faced #ed7fac

Analogous Colors of #aced7f

#aced7f #7fed89 #e3ed7f

Monochromatic Colors of #aced7f

#aced7f

Complementary Color

#aced7f #c07fed

#aced7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aced7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aced7f Color CSS Codes

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

#aced7f Text Font Color

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

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


#aced7f Background Color

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

This div background color is #aced7f


#aced7f Border Color

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

This div border color is #aced7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aced7f


Comments

No comments written yet.

Please login to write comment.