Color Hex Logo

#aced64 Color Hex

#ACED64
(172,237,100)
0 Favorites   0 Comments

Color spaces of #aced64

RGB 172237100
HSL0.250.790.66
HSV88°58°93°
CMYK 0.270.000.58   0.07
XYZ49.597770.259123.0039
Yxy70.25910.34720.4918
Hunter Lab83.8207-41.065742.4028
CIE-Lab87.1238-41.957258.6817

#aced64 color RGB value is (172,237,100).

#aced64 hex color red value is 172, green value is 237 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aced64 hue: 0.25 , saturation: 0.79 and the lightness value of aced64 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 01100100
Octal 254 355 144
Decimal 172 237 100
Hex AC ED 64

RGB Percentages of Color #aced64

%33.79
%46.56
%19.65

CMYK Percentages of Color #aced64

%27
%0
%58
%7

Triadic Colors of #aced64

#aced64 #64aced #ed64ac

Analogous Colors of #aced64

#aced64 #68ed64 #edea64

Monochromatic Colors of #aced64

#aced64

Complementary Color

#aced64 #a564ed

#aced64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aced64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aced64 Color CSS Codes

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

#aced64 Text Font Color

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

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


#aced64 Background Color

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

This div background color is #aced64


#aced64 Border Color

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

This div border color is #aced64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aced64


Comments

No comments written yet.

Please login to write comment.