Color Hex Logo

#aceda5 Color Hex

#ACEDA5
(172,237,165)
0 Favorites   0 Comments

Color spaces of #aceda5

RGB 172237165
HSL0.320.670.79
HSV114°30°93°
CMYK 0.270.000.30   0.07
XYZ54.089072.055646.6547
Yxy72.05560.31300.4170
Hunter Lab84.8856-34.809726.8330
CIE-Lab87.9953-33.912628.5230

#aceda5 color RGB value is (172,237,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10100101
Octal 254 355 245
Decimal 172 237 165
Hex AC ED A5

RGB Percentages of Color #aceda5

%29.97
%41.29
%28.75

CMYK Percentages of Color #aceda5

%27
%0
%30
%7

Triadic Colors of #aceda5

#aceda5 #a5aced #eda5ac

Analogous Colors of #aceda5

#aceda5 #a5edc2 #d0eda5

Monochromatic Colors of #aceda5

#aceda5

Complementary Color

#aceda5 #e6a5ed

#aceda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceda5 Color CSS Codes

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

#aceda5 Text Font Color

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

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


#aceda5 Background Color

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

This div background color is #aceda5


#aceda5 Border Color

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

This div border color is #aceda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceda5


Comments

No comments written yet.

Please login to write comment.