Color spaces of #aceda5
RGB | 172 | 237 | 165 |
---|---|---|---|
HSL | 0.32 | 0.67 | 0.79 |
HSV | 114° | 30° | 93° |
CMYK | 0.27 | 0.00 | 0.30 0.07 |
XYZ | 54.0890 | 72.0556 | 46.6547 |
Yxy | 72.0556 | 0.3130 | 0.4170 |
Hunter Lab | 84.8856 | -34.8097 | 26.8330 |
CIE-Lab | 87.9953 | -33.9126 | 28.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101101 | 10100101 |
Octal | 254 | 355 | 245 |
Decimal | 172 | 237 | 165 |
Hex | AC | ED | A5 |
Shades of #aceda5
Tints of #aceda5
RGB Percentages of Color #aceda5
CMYK Percentages of Color #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.