Color spaces of #aebffd
RGB | 174 | 191 | 253 |
---|---|---|---|
HSL | 0.63 | 0.95 | 0.84 |
HSV | 227° | 31° | 99° |
CMYK | 0.31 | 0.25 | 0.00 0.01 |
XYZ | 53.8160 | 53.3521 | 100.3901 |
Yxy | 53.3521 | 0.2593 | 0.2570 |
Hunter Lab | 73.0425 | 3.6902 | -30.3588 |
CIE-Lab | 78.0824 | 8.1172 | -32.4475 |
#aebffd color RGB value is (174,191,253).
#aebffd hex color red value is 174, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aebffd hue: 0.63 , saturation: 0.95 and the lightness value of aebffd is 0.84.
The process color (four color CMYK) of #aebffd color hex is 0.31, 0.25, 0.00, 0.01. Web safe color of #aebffd is #99ccff. Color #aebffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111111 | 11111101 |
Octal | 256 | 277 | 375 |
Decimal | 174 | 191 | 253 |
Hex | AE | BF | FD |
Shades of #aebffd
Tints of #aebffd
RGB Percentages of Color #aebffd
CMYK Percentages of Color #aebffd
Complementary Color
#aebffd | #fdecae |
#aebffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebffd Color CSS Codes
.mybgcolor {background-color:#aebffd; } .myforecolor {color:#aebffd; } .mybordercolor {border:3px solid #aebffd; }
#aebffd Text Font Color
<p style="color:#aebffd">Text here</p>
This sample text font color is #aebffd
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.
#aebffd Background Color
<div style="background-color:#aebffd">
Div content here</div>
This div background color is #aebffd
#aebffd Border Color
<div style="border:3px solid #aebffd">
Div here</div>
This div border color is #aebffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,191,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebffd; -webkit-box-shadow: 1px 1px 3px 2px #aebffd; box-shadow: 1px 1px 3px 2px #aebffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,191,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebffd; -webkit-box-shadow: 1px 1px 3px 2px #aebffd; box-shadow: 1px 1px 3px 2px #aebffd;">
Div content here</div>
This div box has shadow with color #aebffd
Comments
No comments written yet.
Please login to write comment.