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