Color spaces of #aecbfb
RGB | 174 | 203 | 251 |
---|---|---|---|
HSL | 0.60 | 0.91 | 0.83 |
HSV | 217° | 31° | 98° |
CMYK | 0.31 | 0.19 | 0.00 0.02 |
XYZ | 56.2241 | 58.6756 | 99.6290 |
Yxy | 58.6756 | 0.2621 | 0.2735 |
Hunter Lab | 76.6000 | -3.0317 | -23.4949 |
CIE-Lab | 81.1130 | 1.1345 | -26.7293 |
#aecbfb color RGB value is (174,203,251).
#aecbfb hex color red value is 174, green value is 203 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aecbfb hue: 0.60 , saturation: 0.91 and the lightness value of aecbfb is 0.83.
The process color (four color CMYK) of #aecbfb color hex is 0.31, 0.19, 0.00, 0.02. Web safe color of #aecbfb is #99ccff. Color #aecbfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001011 | 11111011 |
Octal | 256 | 313 | 373 |
Decimal | 174 | 203 | 251 |
Hex | AE | CB | FB |
Shades of #aecbfb
Tints of #aecbfb
RGB Percentages of Color #aecbfb
CMYK Percentages of Color #aecbfb
Complementary Color
#aecbfb | #fbdeae |
#aecbfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecbfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecbfb Color CSS Codes
.mybgcolor {background-color:#aecbfb; } .myforecolor {color:#aecbfb; } .mybordercolor {border:3px solid #aecbfb; }
#aecbfb Text Font Color
<p style="color:#aecbfb">Text here</p>
This sample text font color is #aecbfb
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.
#aecbfb Background Color
<div style="background-color:#aecbfb">
Div content here</div>
This div background color is #aecbfb
#aecbfb Border Color
<div style="border:3px solid #aecbfb">
Div here</div>
This div border color is #aecbfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,203,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecbfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecbfb; -webkit-box-shadow: 1px 1px 3px 2px #aecbfb; box-shadow: 1px 1px 3px 2px #aecbfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,203,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecbfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecbfb; -webkit-box-shadow: 1px 1px 3px 2px #aecbfb; box-shadow: 1px 1px 3px 2px #aecbfb;">
Div content here</div>
This div box has shadow with color #aecbfb
#aecbfb Color Palettes
Comments
No comments written yet.
Please login to write comment.