Color spaces of #afaeed
RGB | 175 | 174 | 237 |
---|---|---|---|
HSL | 0.67 | 0.64 | 0.81 |
HSV | 241° | 27° | 93° |
CMYK | 0.26 | 0.27 | 0.00 0.07 |
XYZ | 48.1013 | 45.5005 | 86.3680 |
Yxy | 45.5005 | 0.2673 | 0.2528 |
Hunter Lab | 67.4541 | 9.2432 | -28.6969 |
CIE-Lab | 73.2202 | 13.8821 | -31.3094 |
#afaeed color RGB value is (175,174,237).
#afaeed hex color red value is 175, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afaeed hue: 0.67 , saturation: 0.64 and the lightness value of afaeed is 0.81.
The process color (four color CMYK) of #afaeed color hex is 0.26, 0.27, 0.00, 0.07. Web safe color of #afaeed is #9999ff. Color #afaeed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101110 | 11101101 |
Octal | 257 | 256 | 355 |
Decimal | 175 | 174 | 237 |
Hex | AF | AE | ED |
Shades of #afaeed
Tints of #afaeed
RGB Percentages of Color #afaeed
CMYK Percentages of Color #afaeed
Complementary Color
#afaeed | #ecedae |
#afaeed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afaeed Color Preview on White Background
Lorem ipsum dolor sit amet.
#afaeed Color CSS Codes
.mybgcolor {background-color:#afaeed; } .myforecolor {color:#afaeed; } .mybordercolor {border:3px solid #afaeed; }
#afaeed Text Font Color
<p style="color:#afaeed">Text here</p>
This sample text font color is #afaeed
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.
#afaeed Background Color
<div style="background-color:#afaeed">
Div content here</div>
This div background color is #afaeed
#afaeed Border Color
<div style="border:3px solid #afaeed">
Div here</div>
This div border color is #afaeed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,174,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afaeed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afaeed; -webkit-box-shadow: 1px 1px 3px 2px #afaeed; box-shadow: 1px 1px 3px 2px #afaeed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,174,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afaeed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afaeed; -webkit-box-shadow: 1px 1px 3px 2px #afaeed; box-shadow: 1px 1px 3px 2px #afaeed;">
Div content here</div>
This div box has shadow with color #afaeed
Comments
No comments written yet.
Please login to write comment.