Color spaces of #afd3fe
RGB | 175 | 211 | 254 |
---|---|---|---|
HSL | 0.59 | 0.98 | 0.84 |
HSV | 213° | 31° | 100° |
CMYK | 0.31 | 0.17 | 0.00 0.00 |
XYZ | 58.8629 | 62.8582 | 102.7964 |
Yxy | 62.8582 | 0.2622 | 0.2800 |
Hunter Lab | 79.2832 | -6.2202 | -21.3756 |
CIE-Lab | 83.3677 | -2.1180 | -24.8780 |
#afd3fe color RGB value is (175,211,254).
#afd3fe hex color red value is 175, green value is 211 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #afd3fe hue: 0.59 , saturation: 0.98 and the lightness value of afd3fe is 0.84.
The process color (four color CMYK) of #afd3fe color hex is 0.31, 0.17, 0.00, 0.00. Web safe color of #afd3fe is #99ccff. Color #afd3fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010011 | 11111110 |
Octal | 257 | 323 | 376 |
Decimal | 175 | 211 | 254 |
Hex | AF | D3 | FE |
Shades of #afd3fe
Tints of #afd3fe
RGB Percentages of Color #afd3fe
CMYK Percentages of Color #afd3fe
Complementary Color
#afd3fe | #fedaaf |
#afd3fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd3fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd3fe Color CSS Codes
.mybgcolor {background-color:#afd3fe; } .myforecolor {color:#afd3fe; } .mybordercolor {border:3px solid #afd3fe; }
#afd3fe Text Font Color
<p style="color:#afd3fe">Text here</p>
This sample text font color is #afd3fe
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.
#afd3fe Background Color
<div style="background-color:#afd3fe">
Div content here</div>
This div background color is #afd3fe
#afd3fe Border Color
<div style="border:3px solid #afd3fe">
Div here</div>
This div border color is #afd3fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,211,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd3fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd3fe; -webkit-box-shadow: 1px 1px 3px 2px #afd3fe; box-shadow: 1px 1px 3px 2px #afd3fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,211,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd3fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd3fe; -webkit-box-shadow: 1px 1px 3px 2px #afd3fe; box-shadow: 1px 1px 3px 2px #afd3fe;">
Div content here</div>
This div box has shadow with color #afd3fe
Comments
No comments written yet.
Please login to write comment.