Color spaces of #aceeae
RGB | 172 | 238 | 174 |
---|---|---|---|
HSL | 0.34 | 0.66 | 0.80 |
HSV | 122° | 28° | 93° |
CMYK | 0.28 | 0.00 | 0.27 0.07 |
XYZ | 55.2278 | 72.9757 | 51.2193 |
Yxy | 72.9757 | 0.3078 | 0.4067 |
Hunter Lab | 85.4258 | -34.0949 | 24.2492 |
CIE-Lab | 88.4361 | -32.9248 | 24.5178 |
#aceeae color RGB value is (172,238,174).
#aceeae hex color red value is 172, green value is 238 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aceeae hue: 0.34 , saturation: 0.66 and the lightness value of aceeae is 0.80.
The process color (four color CMYK) of #aceeae color hex is 0.28, 0.00, 0.27, 0.07. Web safe color of #aceeae is #99ff99. Color #aceeae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101110 | 10101110 |
Octal | 254 | 356 | 256 |
Decimal | 172 | 238 | 174 |
Hex | AC | EE | AE |
Shades of #aceeae
Tints of #aceeae
RGB Percentages of Color #aceeae
CMYK Percentages of Color #aceeae
Complementary Color
#aceeae | #eeacec |
#aceeae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aceeae Color Preview on White Background
Lorem ipsum dolor sit amet.
#aceeae Color CSS Codes
.mybgcolor {background-color:#aceeae; } .myforecolor {color:#aceeae; } .mybordercolor {border:3px solid #aceeae; }
#aceeae Text Font Color
<p style="color:#aceeae">Text here</p>
This sample text font color is #aceeae
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.
#aceeae Background Color
<div style="background-color:#aceeae">
Div content here</div>
This div background color is #aceeae
#aceeae Border Color
<div style="border:3px solid #aceeae">
Div here</div>
This div border color is #aceeae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,238,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aceeae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aceeae; -webkit-box-shadow: 1px 1px 3px 2px #aceeae; box-shadow: 1px 1px 3px 2px #aceeae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,238,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aceeae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aceeae; -webkit-box-shadow: 1px 1px 3px 2px #aceeae; box-shadow: 1px 1px 3px 2px #aceeae;">
Div content here</div>
This div box has shadow with color #aceeae
Comments
No comments written yet.
Please login to write comment.