Color spaces of #acece1
RGB | 172 | 236 | 225 |
---|---|---|---|
HSL | 0.47 | 0.63 | 0.80 |
HSV | 170° | 27° | 93° |
CMYK | 0.27 | 0.00 | 0.05 0.07 |
XYZ | 60.5993 | 74.1978 | 82.3618 |
Yxy | 74.1978 | 0.2791 | 0.3417 |
Hunter Lab | 86.1381 | -25.1647 | 3.6060 |
CIE-Lab | 89.0159 | -22.3133 | -1.1676 |
#acece1 color RGB value is (172,236,225).
#acece1 hex color red value is 172, green value is 236 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #acece1 hue: 0.47 , saturation: 0.63 and the lightness value of acece1 is 0.80.
The process color (four color CMYK) of #acece1 color hex is 0.27, 0.00, 0.05, 0.07. Web safe color of #acece1 is #99ffcc. Color #acece1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101100 | 11100001 |
Octal | 254 | 354 | 341 |
Decimal | 172 | 236 | 225 |
Hex | AC | EC | E1 |
Shades of #acece1
Tints of #acece1
RGB Percentages of Color #acece1
CMYK Percentages of Color #acece1
Complementary Color
#acece1 | #ecacb7 |
#acece1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acece1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acece1 Color CSS Codes
.mybgcolor {background-color:#acece1; } .myforecolor {color:#acece1; } .mybordercolor {border:3px solid #acece1; }
#acece1 Text Font Color
<p style="color:#acece1">Text here</p>
This sample text font color is #acece1
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.
#acece1 Background Color
<div style="background-color:#acece1">
Div content here</div>
This div background color is #acece1
#acece1 Border Color
<div style="border:3px solid #acece1">
Div here</div>
This div border color is #acece1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,236,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acece1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acece1; -webkit-box-shadow: 1px 1px 3px 2px #acece1; box-shadow: 1px 1px 3px 2px #acece1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,236,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acece1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acece1; -webkit-box-shadow: 1px 1px 3px 2px #acece1; box-shadow: 1px 1px 3px 2px #acece1;">
Div content here</div>
This div box has shadow with color #acece1
Comments
No comments written yet.
Please login to write comment.