Color spaces of #aeceeb
RGB | 174 | 206 | 235 |
---|---|---|---|
HSL | 0.58 | 0.60 | 0.80 |
HSV | 209° | 26° | 92° |
CMYK | 0.26 | 0.12 | 0.00 0.08 |
XYZ | 54.5223 | 59.1394 | 87.1387 |
Yxy | 59.1394 | 0.2715 | 0.2945 |
Hunter Lab | 76.9021 | -8.0253 | -13.3507 |
CIE-Lab | 81.3682 | -4.2437 | -17.8104 |
#aeceeb color RGB value is (174,206,235).
#aeceeb hex color red value is 174, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aeceeb hue: 0.58 , saturation: 0.60 and the lightness value of aeceeb is 0.80.
The process color (four color CMYK) of #aeceeb color hex is 0.26, 0.12, 0.00, 0.08. Web safe color of #aeceeb is #99ccff. Color #aeceeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001110 | 11101011 |
Octal | 256 | 316 | 353 |
Decimal | 174 | 206 | 235 |
Hex | AE | CE | EB |
Shades of #aeceeb
Tints of #aeceeb
RGB Percentages of Color #aeceeb
CMYK Percentages of Color #aeceeb
Complementary Color
#aeceeb | #ebcbae |
#aeceeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeceeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeceeb Color CSS Codes
.mybgcolor {background-color:#aeceeb; } .myforecolor {color:#aeceeb; } .mybordercolor {border:3px solid #aeceeb; }
#aeceeb Text Font Color
<p style="color:#aeceeb">Text here</p>
This sample text font color is #aeceeb
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.
#aeceeb Background Color
<div style="background-color:#aeceeb">
Div content here</div>
This div background color is #aeceeb
#aeceeb Border Color
<div style="border:3px solid #aeceeb">
Div here</div>
This div border color is #aeceeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,206,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeceeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeceeb; -webkit-box-shadow: 1px 1px 3px 2px #aeceeb; box-shadow: 1px 1px 3px 2px #aeceeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,206,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 #aeceeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeceeb; -webkit-box-shadow: 1px 1px 3px 2px #aeceeb; box-shadow: 1px 1px 3px 2px #aeceeb;">
Div content here</div>
This div box has shadow with color #aeceeb
Comments
No comments written yet.
Please login to write comment.