Color Hex Logo

#aced5c Color Hex

#ACED5C
(172,237,92)
0 Favorites   0 Comments

Color spaces of #aced5c

RGB 17223792
HSL0.240.800.65
HSV87°61°93°
CMYK 0.270.000.61   0.07
XYZ49.229270.111721.0635
Yxy70.11170.35060.4994
Hunter Lab83.7327-41.586343.6981
CIE-Lab87.0516-42.645662.0054

#aced5c color RGB value is (172,237,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 01011100
Octal 254 355 134
Decimal 172 237 92
Hex AC ED 5C

RGB Percentages of Color #aced5c

%34.33
%47.31
%18.36

CMYK Percentages of Color #aced5c

%27
%0
%61
%7

Triadic Colors of #aced5c

#aced5c #5caced #ed5cac

Analogous Colors of #aced5c

#aced5c #63ed5c #ede65c

Monochromatic Colors of #aced5c

#aced5c

Complementary Color

#aced5c #9d5ced

#aced5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aced5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aced5c Color CSS Codes

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

#aced5c Text Font Color

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

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


#aced5c Background Color

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

This div background color is #aced5c


#aced5c Border Color

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

This div border color is #aced5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aced5c


Comments

No comments written yet.

Please login to write comment.