Color spaces of #afcaed
RGB | 175 | 202 | 237 |
---|---|---|---|
HSL | 0.59 | 0.63 | 0.81 |
HSV | 214° | 26° | 93° |
CMYK | 0.26 | 0.15 | 0.00 0.07 |
XYZ | 54.0858 | 57.4694 | 88.3628 |
Yxy | 57.4694 | 0.2705 | 0.2875 |
Hunter Lab | 75.8086 | -5.3138 | -16.0427 |
CIE-Lab | 80.4429 | -1.3671 | -20.2711 |
#afcaed color RGB value is (175,202,237).
#afcaed hex color red value is 175, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afcaed hue: 0.59 , saturation: 0.63 and the lightness value of afcaed is 0.81.
The process color (four color CMYK) of #afcaed color hex is 0.26, 0.15, 0.00, 0.07. Web safe color of #afcaed is #99ccff. Color #afcaed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11001010 | 11101101 |
Octal | 257 | 312 | 355 |
Decimal | 175 | 202 | 237 |
Hex | AF | CA | ED |
Shades of #afcaed
Tints of #afcaed
RGB Percentages of Color #afcaed
CMYK Percentages of Color #afcaed
Complementary Color
#afcaed | #edd2af |
#afcaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afcaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#afcaed Color CSS Codes
.mybgcolor {background-color:#afcaed; } .myforecolor {color:#afcaed; } .mybordercolor {border:3px solid #afcaed; }
#afcaed Text Font Color
<p style="color:#afcaed">Text here</p>
This sample text font color is #afcaed
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.
#afcaed Background Color
<div style="background-color:#afcaed">
Div content here</div>
This div background color is #afcaed
#afcaed Border Color
<div style="border:3px solid #afcaed">
Div here</div>
This div border color is #afcaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,202,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afcaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afcaed; -webkit-box-shadow: 1px 1px 3px 2px #afcaed; box-shadow: 1px 1px 3px 2px #afcaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,202,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 #afcaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afcaed; -webkit-box-shadow: 1px 1px 3px 2px #afcaed; box-shadow: 1px 1px 3px 2px #afcaed;">
Div content here</div>
This div box has shadow with color #afcaed
Comments
No comments written yet.
Please login to write comment.