Color spaces of #afd7ed
RGB | 175 | 215 | 237 |
---|---|---|---|
HSL | 0.56 | 0.63 | 0.81 |
HSV | 201° | 26° | 93° |
CMYK | 0.26 | 0.09 | 0.00 0.07 |
XYZ | 57.2657 | 63.8293 | 89.4228 |
Yxy | 63.8293 | 0.2720 | 0.3032 |
Hunter Lab | 79.8932 | -11.8683 | -10.4368 |
CIE-Lab | 83.8768 | -8.2026 | -15.0935 |
#afd7ed color RGB value is (175,215,237).
#afd7ed hex color red value is 175, green value is 215 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afd7ed hue: 0.56 , saturation: 0.63 and the lightness value of afd7ed is 0.81.
The process color (four color CMYK) of #afd7ed color hex is 0.26, 0.09, 0.00, 0.07. Web safe color of #afd7ed is #99ccff. Color #afd7ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010111 | 11101101 |
Octal | 257 | 327 | 355 |
Decimal | 175 | 215 | 237 |
Hex | AF | D7 | ED |
Shades of #afd7ed
Tints of #afd7ed
RGB Percentages of Color #afd7ed
CMYK Percentages of Color #afd7ed
Complementary Color
#afd7ed | #edc5af |
#afd7ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd7ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd7ed Color CSS Codes
.mybgcolor {background-color:#afd7ed; } .myforecolor {color:#afd7ed; } .mybordercolor {border:3px solid #afd7ed; }
#afd7ed Text Font Color
<p style="color:#afd7ed">Text here</p>
This sample text font color is #afd7ed
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.
#afd7ed Background Color
<div style="background-color:#afd7ed">
Div content here</div>
This div background color is #afd7ed
#afd7ed Border Color
<div style="border:3px solid #afd7ed">
Div here</div>
This div border color is #afd7ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,215,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd7ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd7ed; -webkit-box-shadow: 1px 1px 3px 2px #afd7ed; box-shadow: 1px 1px 3px 2px #afd7ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,215,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 #afd7ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd7ed; -webkit-box-shadow: 1px 1px 3px 2px #afd7ed; box-shadow: 1px 1px 3px 2px #afd7ed;">
Div content here</div>
This div box has shadow with color #afd7ed
Comments
No comments written yet.
Please login to write comment.