Color spaces of #aeafbc
RGB | 174 | 175 | 188 |
---|---|---|---|
HSL | 0.65 | 0.09 | 0.71 |
HSV | 236° | 7° | 74° |
CMYK | 0.07 | 0.07 | 0.00 0.26 |
XYZ | 41.8626 | 43.2895 | 53.7263 |
Yxy | 43.2895 | 0.3014 | 0.3117 |
Hunter Lab | 65.7948 | -1.5683 | -2.3584 |
CIE-Lab | 71.7510 | 2.1851 | -6.7470 |
#aeafbc color RGB value is (174,175,188).
#aeafbc hex color red value is 174, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aeafbc hue: 0.65 , saturation: 0.09 and the lightness value of aeafbc is 0.71.
The process color (four color CMYK) of #aeafbc color hex is 0.07, 0.07, 0.00, 0.26. Web safe color of #aeafbc is #9999cc. Color #aeafbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101111 | 10111100 |
Octal | 256 | 257 | 274 |
Decimal | 174 | 175 | 188 |
Hex | AE | AF | BC |
Shades of #aeafbc
Tints of #aeafbc
RGB Percentages of Color #aeafbc
CMYK Percentages of Color #aeafbc
Complementary Color
#aeafbc | #bcbbae |
#aeafbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeafbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeafbc Color CSS Codes
.mybgcolor {background-color:#aeafbc; } .myforecolor {color:#aeafbc; } .mybordercolor {border:3px solid #aeafbc; }
#aeafbc Text Font Color
<p style="color:#aeafbc">Text here</p>
This sample text font color is #aeafbc
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.
#aeafbc Background Color
<div style="background-color:#aeafbc">
Div content here</div>
This div background color is #aeafbc
#aeafbc Border Color
<div style="border:3px solid #aeafbc">
Div here</div>
This div border color is #aeafbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,175,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeafbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeafbc; -webkit-box-shadow: 1px 1px 3px 2px #aeafbc; box-shadow: 1px 1px 3px 2px #aeafbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,175,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeafbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeafbc; -webkit-box-shadow: 1px 1px 3px 2px #aeafbc; box-shadow: 1px 1px 3px 2px #aeafbc;">
Div content here</div>
This div box has shadow with color #aeafbc
Comments
No comments written yet.
Please login to write comment.