Color spaces of #afeced
RGB | 175 | 236 | 237 |
---|---|---|---|
HSL | 0.50 | 0.63 | 0.81 |
HSV | 181° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.00 0.07 |
XYZ | 62.9607 | 75.2193 | 91.3212 |
Yxy | 75.2193 | 0.2743 | 0.3278 |
Hunter Lab | 86.7291 | -22.1943 | -1.7190 |
CIE-Lab | 89.4956 | -18.8625 | -6.7221 |
#afeced color RGB value is (175,236,237).
#afeced hex color red value is 175, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afeced hue: 0.50 , saturation: 0.63 and the lightness value of afeced is 0.81.
The process color (four color CMYK) of #afeced color hex is 0.26, 0.00, 0.00, 0.07. Web safe color of #afeced is #99ffff. Color #afeced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101100 | 11101101 |
Octal | 257 | 354 | 355 |
Decimal | 175 | 236 | 237 |
Hex | AF | EC | ED |
Shades of #afeced
Tints of #afeced
RGB Percentages of Color #afeced
CMYK Percentages of Color #afeced
Complementary Color
#afeced | #edb0af |
#afeced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afeced Color Preview on White Background
Lorem ipsum dolor sit amet.
#afeced Color CSS Codes
.mybgcolor {background-color:#afeced; } .myforecolor {color:#afeced; } .mybordercolor {border:3px solid #afeced; }
#afeced Text Font Color
<p style="color:#afeced">Text here</p>
This sample text font color is #afeced
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.
#afeced Background Color
<div style="background-color:#afeced">
Div content here</div>
This div background color is #afeced
#afeced Border Color
<div style="border:3px solid #afeced">
Div here</div>
This div border color is #afeced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,236,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afeced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afeced; -webkit-box-shadow: 1px 1px 3px 2px #afeced; box-shadow: 1px 1px 3px 2px #afeced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,236,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 #afeced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afeced; -webkit-box-shadow: 1px 1px 3px 2px #afeced; box-shadow: 1px 1px 3px 2px #afeced;">
Div content here</div>
This div box has shadow with color #afeced
Comments
No comments written yet.
Please login to write comment.