Color spaces of #aeafcf
RGB | 174 | 175 | 207 |
---|---|---|---|
HSL | 0.66 | 0.26 | 0.75 |
HSV | 238° | 16° | 81° |
CMYK | 0.16 | 0.15 | 0.00 0.19 |
XYZ | 44.0480 | 44.1636 | 65.2343 |
Yxy | 44.1636 | 0.2871 | 0.2878 |
Hunter Lab | 66.4557 | 2.0154 | -11.6813 |
CIE-Lab | 72.3377 | 6.1642 | -16.2979 |
#aeafcf color RGB value is (174,175,207).
#aeafcf hex color red value is 174, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aeafcf hue: 0.66 , saturation: 0.26 and the lightness value of aeafcf is 0.75.
The process color (four color CMYK) of #aeafcf color hex is 0.16, 0.15, 0.00, 0.19. Web safe color of #aeafcf is #9999cc. Color #aeafcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101111 | 11001111 |
Octal | 256 | 257 | 317 |
Decimal | 174 | 175 | 207 |
Hex | AE | AF | CF |
Shades of #aeafcf
Tints of #aeafcf
RGB Percentages of Color #aeafcf
CMYK Percentages of Color #aeafcf
Complementary Color
#aeafcf | #cfceae |
#aeafcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeafcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeafcf Color CSS Codes
.mybgcolor {background-color:#aeafcf; } .myforecolor {color:#aeafcf; } .mybordercolor {border:3px solid #aeafcf; }
#aeafcf Text Font Color
<p style="color:#aeafcf">Text here</p>
This sample text font color is #aeafcf
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.
#aeafcf Background Color
<div style="background-color:#aeafcf">
Div content here</div>
This div background color is #aeafcf
#aeafcf Border Color
<div style="border:3px solid #aeafcf">
Div here</div>
This div border color is #aeafcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,175,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeafcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeafcf; -webkit-box-shadow: 1px 1px 3px 2px #aeafcf; box-shadow: 1px 1px 3px 2px #aeafcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,175,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeafcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeafcf; -webkit-box-shadow: 1px 1px 3px 2px #aeafcf; box-shadow: 1px 1px 3px 2px #aeafcf;">
Div content here</div>
This div box has shadow with color #aeafcf
Comments
No comments written yet.
Please login to write comment.