Color spaces of #aebcc5
RGB | 174 | 188 | 197 |
---|---|---|---|
HSL | 0.57 | 0.17 | 0.73 |
HSV | 203° | 12° | 77° |
CMYK | 0.12 | 0.05 | 0.00 0.23 |
XYZ | 45.5168 | 48.9963 | 59.8816 |
Yxy | 48.9963 | 0.2948 | 0.3173 |
Hunter Lab | 69.9974 | -6.4232 | -1.7235 |
CIE-Lab | 75.4490 | -2.9928 | -6.1898 |
#aebcc5 color RGB value is (174,188,197).
#aebcc5 hex color red value is 174, green value is 188 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #aebcc5 hue: 0.57 , saturation: 0.17 and the lightness value of aebcc5 is 0.73.
The process color (four color CMYK) of #aebcc5 color hex is 0.12, 0.05, 0.00, 0.23. Web safe color of #aebcc5 is #99cccc. Color #aebcc5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111100 | 11000101 |
Octal | 256 | 274 | 305 |
Decimal | 174 | 188 | 197 |
Hex | AE | BC | C5 |
Shades of #aebcc5
Tints of #aebcc5
RGB Percentages of Color #aebcc5
CMYK Percentages of Color #aebcc5
Complementary Color
#aebcc5 | #c5b7ae |
#aebcc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebcc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebcc5 Color CSS Codes
.mybgcolor {background-color:#aebcc5; } .myforecolor {color:#aebcc5; } .mybordercolor {border:3px solid #aebcc5; }
#aebcc5 Text Font Color
<p style="color:#aebcc5">Text here</p>
This sample text font color is #aebcc5
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.
#aebcc5 Background Color
<div style="background-color:#aebcc5">
Div content here</div>
This div background color is #aebcc5
#aebcc5 Border Color
<div style="border:3px solid #aebcc5">
Div here</div>
This div border color is #aebcc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,188,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebcc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebcc5; -webkit-box-shadow: 1px 1px 3px 2px #aebcc5; box-shadow: 1px 1px 3px 2px #aebcc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,188,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebcc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebcc5; -webkit-box-shadow: 1px 1px 3px 2px #aebcc5; box-shadow: 1px 1px 3px 2px #aebcc5;">
Div content here</div>
This div box has shadow with color #aebcc5
#aebcc5 Color Palettes
Comments
No comments written yet.
Please login to write comment.