Color spaces of #afbeec
RGB | 175 | 190 | 236 |
---|---|---|---|
HSL | 0.63 | 0.62 | 0.81 |
HSV | 225° | 26° | 93° |
CMYK | 0.26 | 0.19 | 0.00 0.07 |
XYZ | 51.2330 | 51.9970 | 86.6930 |
Yxy | 51.9970 | 0.2698 | 0.2738 |
Hunter Lab | 72.1089 | 0.6326 | -20.8052 |
CIE-Lab | 77.2790 | 4.8534 | -24.5434 |
#afbeec color RGB value is (175,190,236).
#afbeec hex color red value is 175, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #afbeec hue: 0.63 , saturation: 0.62 and the lightness value of afbeec is 0.81.
The process color (four color CMYK) of #afbeec color hex is 0.26, 0.19, 0.00, 0.07. Web safe color of #afbeec is #99ccff. Color #afbeec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10111110 | 11101100 |
Octal | 257 | 276 | 354 |
Decimal | 175 | 190 | 236 |
Hex | AF | BE | EC |
Shades of #afbeec
Tints of #afbeec
RGB Percentages of Color #afbeec
CMYK Percentages of Color #afbeec
Complementary Color
#afbeec | #ecddaf |
#afbeec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afbeec Color Preview on White Background
Lorem ipsum dolor sit amet.
#afbeec Color CSS Codes
.mybgcolor {background-color:#afbeec; } .myforecolor {color:#afbeec; } .mybordercolor {border:3px solid #afbeec; }
#afbeec Text Font Color
<p style="color:#afbeec">Text here</p>
This sample text font color is #afbeec
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.
#afbeec Background Color
<div style="background-color:#afbeec">
Div content here</div>
This div background color is #afbeec
#afbeec Border Color
<div style="border:3px solid #afbeec">
Div here</div>
This div border color is #afbeec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,190,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afbeec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afbeec; -webkit-box-shadow: 1px 1px 3px 2px #afbeec; box-shadow: 1px 1px 3px 2px #afbeec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,190,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afbeec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afbeec; -webkit-box-shadow: 1px 1px 3px 2px #afbeec; box-shadow: 1px 1px 3px 2px #afbeec;">
Div content here</div>
This div box has shadow with color #afbeec
Comments
No comments written yet.
Please login to write comment.