Color spaces of #afccf3
RGB | 175 | 204 | 243 |
---|---|---|---|
HSL | 0.60 | 0.74 | 0.82 |
HSV | 214° | 28° | 95° |
CMYK | 0.28 | 0.16 | 0.00 0.05 |
XYZ | 55.4497 | 58.7708 | 93.2154 |
Yxy | 58.7708 | 0.2673 | 0.2833 |
Hunter Lab | 76.6621 | -5.0497 | -18.4287 |
CIE-Lab | 81.1654 | -1.0277 | -22.3796 |
#afccf3 color RGB value is (175,204,243).
#afccf3 hex color red value is 175, green value is 204 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #afccf3 hue: 0.60 , saturation: 0.74 and the lightness value of afccf3 is 0.82.
The process color (four color CMYK) of #afccf3 color hex is 0.28, 0.16, 0.00, 0.05. Web safe color of #afccf3 is #99ccff. Color #afccf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11001100 | 11110011 |
Octal | 257 | 314 | 363 |
Decimal | 175 | 204 | 243 |
Hex | AF | CC | F3 |
Shades of #afccf3
Tints of #afccf3
RGB Percentages of Color #afccf3
CMYK Percentages of Color #afccf3
Complementary Color
#afccf3 | #f3d6af |
#afccf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afccf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afccf3 Color CSS Codes
.mybgcolor {background-color:#afccf3; } .myforecolor {color:#afccf3; } .mybordercolor {border:3px solid #afccf3; }
#afccf3 Text Font Color
<p style="color:#afccf3">Text here</p>
This sample text font color is #afccf3
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.
#afccf3 Background Color
<div style="background-color:#afccf3">
Div content here</div>
This div background color is #afccf3
#afccf3 Border Color
<div style="border:3px solid #afccf3">
Div here</div>
This div border color is #afccf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,204,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afccf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afccf3; -webkit-box-shadow: 1px 1px 3px 2px #afccf3; box-shadow: 1px 1px 3px 2px #afccf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,204,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afccf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afccf3; -webkit-box-shadow: 1px 1px 3px 2px #afccf3; box-shadow: 1px 1px 3px 2px #afccf3;">
Div content here</div>
This div box has shadow with color #afccf3
Comments
No comments written yet.
Please login to write comment.