Color spaces of #aceaeb
RGB | 172 | 234 | 235 |
---|---|---|---|
HSL | 0.50 | 0.61 | 0.80 |
HSV | 181° | 27° | 92° |
CMYK | 0.27 | 0.00 | 0.00 0.08 |
XYZ | 61.4315 | 73.6145 | 89.5685 |
Yxy | 73.6145 | 0.2735 | 0.3277 |
Hunter Lab | 85.7989 | -22.3431 | -1.8357 |
CIE-Lab | 88.7400 | -19.1631 | -6.8105 |
#aceaeb color RGB value is (172,234,235).
#aceaeb hex color red value is 172, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aceaeb hue: 0.50 , saturation: 0.61 and the lightness value of aceaeb is 0.80.
The process color (four color CMYK) of #aceaeb color hex is 0.27, 0.00, 0.00, 0.08. Web safe color of #aceaeb is #99ffff. Color #aceaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101010 | 11101011 |
Octal | 254 | 352 | 353 |
Decimal | 172 | 234 | 235 |
Hex | AC | EA | EB |
Shades of #aceaeb
Tints of #aceaeb
RGB Percentages of Color #aceaeb
CMYK Percentages of Color #aceaeb
Complementary Color
#aceaeb | #ebadac |
#aceaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aceaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aceaeb Color CSS Codes
.mybgcolor {background-color:#aceaeb; } .myforecolor {color:#aceaeb; } .mybordercolor {border:3px solid #aceaeb; }
#aceaeb Text Font Color
<p style="color:#aceaeb">Text here</p>
This sample text font color is #aceaeb
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.
#aceaeb Background Color
<div style="background-color:#aceaeb">
Div content here</div>
This div background color is #aceaeb
#aceaeb Border Color
<div style="border:3px solid #aceaeb">
Div here</div>
This div border color is #aceaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,234,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aceaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aceaeb; -webkit-box-shadow: 1px 1px 3px 2px #aceaeb; box-shadow: 1px 1px 3px 2px #aceaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,234,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aceaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aceaeb; -webkit-box-shadow: 1px 1px 3px 2px #aceaeb; box-shadow: 1px 1px 3px 2px #aceaeb;">
Div content here</div>
This div box has shadow with color #aceaeb
Comments
No comments written yet.
Please login to write comment.