Color spaces of #afcefc
RGB | 175 | 206 | 252 |
---|---|---|---|
HSL | 0.60 | 0.93 | 0.84 |
HSV | 216° | 31° | 99° |
CMYK | 0.31 | 0.18 | 0.00 0.01 |
XYZ | 57.3212 | 60.2848 | 100.7104 |
Yxy | 60.2848 | 0.2626 | 0.2761 |
Hunter Lab | 77.6433 | -4.0957 | -22.5542 |
CIE-Lab | 81.9927 | 0.0548 | -25.9124 |
#afcefc color RGB value is (175,206,252).
#afcefc hex color red value is 175, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #afcefc hue: 0.60 , saturation: 0.93 and the lightness value of afcefc is 0.84.
The process color (four color CMYK) of #afcefc color hex is 0.31, 0.18, 0.00, 0.01. Web safe color of #afcefc is #99ccff. Color #afcefc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11001110 | 11111100 |
Octal | 257 | 316 | 374 |
Decimal | 175 | 206 | 252 |
Hex | AF | CE | FC |
Shades of #afcefc
Tints of #afcefc
RGB Percentages of Color #afcefc
CMYK Percentages of Color #afcefc
Complementary Color
#afcefc | #fcddaf |
#afcefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afcefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#afcefc Color CSS Codes
.mybgcolor {background-color:#afcefc; } .myforecolor {color:#afcefc; } .mybordercolor {border:3px solid #afcefc; }
#afcefc Text Font Color
<p style="color:#afcefc">Text here</p>
This sample text font color is #afcefc
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.
#afcefc Background Color
<div style="background-color:#afcefc">
Div content here</div>
This div background color is #afcefc
#afcefc Border Color
<div style="border:3px solid #afcefc">
Div here</div>
This div border color is #afcefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,206,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afcefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afcefc; -webkit-box-shadow: 1px 1px 3px 2px #afcefc; box-shadow: 1px 1px 3px 2px #afcefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,206,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afcefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afcefc; -webkit-box-shadow: 1px 1px 3px 2px #afcefc; box-shadow: 1px 1px 3px 2px #afcefc;">
Div content here</div>
This div box has shadow with color #afcefc
Comments
No comments written yet.
Please login to write comment.