Color spaces of #aecffe
RGB | 174 | 207 | 254 |
---|---|---|---|
HSL | 0.60 | 0.98 | 0.84 |
HSV | 215° | 31° | 100° |
CMYK | 0.31 | 0.19 | 0.00 0.00 |
XYZ | 57.6578 | 60.7801 | 102.4588 |
Yxy | 60.7801 | 0.2610 | 0.2752 |
Hunter Lab | 77.9616 | -4.4201 | -23.3471 |
CIE-Lab | 82.2604 | -0.2735 | -26.5721 |
#aecffe color RGB value is (174,207,254).
#aecffe hex color red value is 174, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aecffe hue: 0.60 , saturation: 0.98 and the lightness value of aecffe is 0.84.
The process color (four color CMYK) of #aecffe color hex is 0.31, 0.19, 0.00, 0.00. Web safe color of #aecffe is #99ccff. Color #aecffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001111 | 11111110 |
Octal | 256 | 317 | 376 |
Decimal | 174 | 207 | 254 |
Hex | AE | CF | FE |
Shades of #aecffe
Tints of #aecffe
RGB Percentages of Color #aecffe
CMYK Percentages of Color #aecffe
Complementary Color
#aecffe | #feddae |
#aecffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecffe Color CSS Codes
.mybgcolor {background-color:#aecffe; } .myforecolor {color:#aecffe; } .mybordercolor {border:3px solid #aecffe; }
#aecffe Text Font Color
<p style="color:#aecffe">Text here</p>
This sample text font color is #aecffe
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.
#aecffe Background Color
<div style="background-color:#aecffe">
Div content here</div>
This div background color is #aecffe
#aecffe Border Color
<div style="border:3px solid #aecffe">
Div here</div>
This div border color is #aecffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,207,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecffe; -webkit-box-shadow: 1px 1px 3px 2px #aecffe; box-shadow: 1px 1px 3px 2px #aecffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,207,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecffe; -webkit-box-shadow: 1px 1px 3px 2px #aecffe; box-shadow: 1px 1px 3px 2px #aecffe;">
Div content here</div>
This div box has shadow with color #aecffe
Comments
No comments written yet.
Please login to write comment.