Color spaces of #aeebcd
RGB | 174 | 235 | 205 |
---|---|---|---|
HSL | 0.42 | 0.60 | 0.80 |
HSV | 150° | 26° | 92° |
CMYK | 0.26 | 0.00 | 0.13 0.08 |
XYZ | 58.1833 | 72.8231 | 68.7473 |
Yxy | 72.8231 | 0.2913 | 0.3646 |
Hunter Lab | 85.3365 | -27.6356 | 11.9713 |
CIE-Lab | 88.3633 | -25.2971 | 8.3586 |
#aeebcd color RGB value is (174,235,205).
#aeebcd hex color red value is 174, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aeebcd hue: 0.42 , saturation: 0.60 and the lightness value of aeebcd is 0.80.
The process color (four color CMYK) of #aeebcd color hex is 0.26, 0.00, 0.13, 0.08. Web safe color of #aeebcd is #99ffcc. Color #aeebcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101011 | 11001101 |
Octal | 256 | 353 | 315 |
Decimal | 174 | 235 | 205 |
Hex | AE | EB | CD |
Shades of #aeebcd
Tints of #aeebcd
RGB Percentages of Color #aeebcd
CMYK Percentages of Color #aeebcd
Complementary Color
#aeebcd | #ebaecc |
#aeebcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeebcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeebcd Color CSS Codes
.mybgcolor {background-color:#aeebcd; } .myforecolor {color:#aeebcd; } .mybordercolor {border:3px solid #aeebcd; }
#aeebcd Text Font Color
<p style="color:#aeebcd">Text here</p>
This sample text font color is #aeebcd
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.
#aeebcd Background Color
<div style="background-color:#aeebcd">
Div content here</div>
This div background color is #aeebcd
#aeebcd Border Color
<div style="border:3px solid #aeebcd">
Div here</div>
This div border color is #aeebcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,235,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeebcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeebcd; -webkit-box-shadow: 1px 1px 3px 2px #aeebcd; box-shadow: 1px 1px 3px 2px #aeebcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,235,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeebcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeebcd; -webkit-box-shadow: 1px 1px 3px 2px #aeebcd; box-shadow: 1px 1px 3px 2px #aeebcd;">
Div content here</div>
This div box has shadow with color #aeebcd
Comments
No comments written yet.
Please login to write comment.