Color spaces of #aebdca
RGB | 174 | 189 | 202 |
---|---|---|---|
HSL | 0.58 | 0.21 | 0.74 |
HSV | 208° | 14° | 79° |
CMYK | 0.14 | 0.06 | 0.00 0.21 |
XYZ | 46.3138 | 49.6581 | 63.0211 |
Yxy | 49.6581 | 0.2913 | 0.3123 |
Hunter Lab | 70.4685 | -6.0049 | -3.6960 |
CIE-Lab | 75.8589 | -2.4896 | -8.2981 |
#aebdca color RGB value is (174,189,202).
#aebdca hex color red value is 174, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aebdca hue: 0.58 , saturation: 0.21 and the lightness value of aebdca is 0.74.
The process color (four color CMYK) of #aebdca color hex is 0.14, 0.06, 0.00, 0.21. Web safe color of #aebdca is #99cccc. Color #aebdca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111101 | 11001010 |
Octal | 256 | 275 | 312 |
Decimal | 174 | 189 | 202 |
Hex | AE | BD | CA |
Shades of #aebdca
Tints of #aebdca
RGB Percentages of Color #aebdca
CMYK Percentages of Color #aebdca
Complementary Color
#aebdca | #cabbae |
#aebdca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebdca Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebdca Color CSS Codes
.mybgcolor {background-color:#aebdca; } .myforecolor {color:#aebdca; } .mybordercolor {border:3px solid #aebdca; }
#aebdca Text Font Color
<p style="color:#aebdca">Text here</p>
This sample text font color is #aebdca
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.
#aebdca Background Color
<div style="background-color:#aebdca">
Div content here</div>
This div background color is #aebdca
#aebdca Border Color
<div style="border:3px solid #aebdca">
Div here</div>
This div border color is #aebdca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,189,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebdca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebdca; -webkit-box-shadow: 1px 1px 3px 2px #aebdca; box-shadow: 1px 1px 3px 2px #aebdca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,189,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebdca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebdca; -webkit-box-shadow: 1px 1px 3px 2px #aebdca; box-shadow: 1px 1px 3px 2px #aebdca;">
Div content here</div>
This div box has shadow with color #aebdca
Comments
No comments written yet.
Please login to write comment.