Color spaces of #afabca
RGB | 175 | 171 | 202 |
---|---|---|---|
HSL | 0.69 | 0.23 | 0.73 |
HSV | 248° | 15° | 79° |
CMYK | 0.13 | 0.15 | 0.00 0.21 |
XYZ | 42.9028 | 42.5040 | 61.8200 |
Yxy | 42.5040 | 0.2914 | 0.2887 |
Hunter Lab | 65.1951 | 3.3737 | -10.5840 |
CIE-Lab | 71.2170 | 7.6120 | -15.2357 |
#afabca color RGB value is (175,171,202).
#afabca hex color red value is 175, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afabca hue: 0.69 , saturation: 0.23 and the lightness value of afabca is 0.73.
The process color (four color CMYK) of #afabca color hex is 0.13, 0.15, 0.00, 0.21. Web safe color of #afabca is #9999cc. Color #afabca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101011 | 11001010 |
Octal | 257 | 253 | 312 |
Decimal | 175 | 171 | 202 |
Hex | AF | AB | CA |
Shades of #afabca
Tints of #afabca
RGB Percentages of Color #afabca
CMYK Percentages of Color #afabca
Complementary Color
#afabca | #c6caab |
#afabca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afabca Color Preview on White Background
Lorem ipsum dolor sit amet.
#afabca Color CSS Codes
.mybgcolor {background-color:#afabca; } .myforecolor {color:#afabca; } .mybordercolor {border:3px solid #afabca; }
#afabca Text Font Color
<p style="color:#afabca">Text here</p>
This sample text font color is #afabca
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.
#afabca Background Color
<div style="background-color:#afabca">
Div content here</div>
This div background color is #afabca
#afabca Border Color
<div style="border:3px solid #afabca">
Div here</div>
This div border color is #afabca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,171,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afabca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afabca; -webkit-box-shadow: 1px 1px 3px 2px #afabca; box-shadow: 1px 1px 3px 2px #afabca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,171,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afabca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afabca; -webkit-box-shadow: 1px 1px 3px 2px #afabca; box-shadow: 1px 1px 3px 2px #afabca;">
Div content here</div>
This div box has shadow with color #afabca
Comments
No comments written yet.
Please login to write comment.