Color spaces of #afcdeb
RGB | 175 | 205 | 235 |
---|---|---|---|
HSL | 0.58 | 0.60 | 0.80 |
HSV | 210° | 26° | 92° |
CMYK | 0.26 | 0.13 | 0.00 0.08 |
XYZ | 54.5059 | 58.7748 | 87.0692 |
Yxy | 58.7748 | 0.2721 | 0.2934 |
Hunter Lab | 76.6647 | -7.2561 | -13.6712 |
CIE-Lab | 81.1677 | -3.4211 | -18.1067 |
#afcdeb color RGB value is (175,205,235).
#afcdeb hex color red value is 175, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afcdeb hue: 0.58 , saturation: 0.60 and the lightness value of afcdeb is 0.80.
The process color (four color CMYK) of #afcdeb color hex is 0.26, 0.13, 0.00, 0.08. Web safe color of #afcdeb is #99ccff. Color #afcdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11001101 | 11101011 |
Octal | 257 | 315 | 353 |
Decimal | 175 | 205 | 235 |
Hex | AF | CD | EB |
Shades of #afcdeb
Tints of #afcdeb
RGB Percentages of Color #afcdeb
CMYK Percentages of Color #afcdeb
Complementary Color
#afcdeb | #ebcdaf |
#afcdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afcdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afcdeb Color CSS Codes
.mybgcolor {background-color:#afcdeb; } .myforecolor {color:#afcdeb; } .mybordercolor {border:3px solid #afcdeb; }
#afcdeb Text Font Color
<p style="color:#afcdeb">Text here</p>
This sample text font color is #afcdeb
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.
#afcdeb Background Color
<div style="background-color:#afcdeb">
Div content here</div>
This div background color is #afcdeb
#afcdeb Border Color
<div style="border:3px solid #afcdeb">
Div here</div>
This div border color is #afcdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,205,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afcdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afcdeb; -webkit-box-shadow: 1px 1px 3px 2px #afcdeb; box-shadow: 1px 1px 3px 2px #afcdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,205,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afcdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afcdeb; -webkit-box-shadow: 1px 1px 3px 2px #afcdeb; box-shadow: 1px 1px 3px 2px #afcdeb;">
Div content here</div>
This div box has shadow with color #afcdeb
Comments
No comments written yet.
Please login to write comment.