Color spaces of #a4cafb
RGB | 164 | 202 | 251 |
---|---|---|---|
HSL | 0.59 | 0.92 | 0.81 |
HSV | 214° | 35° | 98° |
CMYK | 0.35 | 0.20 | 0.00 0.02 |
XYZ | 53.8430 | 57.0986 | 99.4501 |
Yxy | 57.0986 | 0.2559 | 0.2714 |
Hunter Lab | 75.5636 | -5.0458 | -25.1377 |
CIE-Lab | 80.2350 | -1.0921 | -28.1267 |
#a4cafb color RGB value is (164,202,251).
#a4cafb hex color red value is 164, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a4cafb hue: 0.59 , saturation: 0.92 and the lightness value of a4cafb is 0.81.
The process color (four color CMYK) of #a4cafb color hex is 0.35, 0.20, 0.00, 0.02. Web safe color of #a4cafb is #99ccff. Color #a4cafb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 11001010 | 11111011 |
Octal | 244 | 312 | 373 |
Decimal | 164 | 202 | 251 |
Hex | A4 | CA | FB |
Shades of #a4cafb
Tints of #a4cafb
RGB Percentages of Color #a4cafb
CMYK Percentages of Color #a4cafb
Complementary Color
#a4cafb | #fbd5a4 |
#a4cafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4cafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4cafb Color CSS Codes
.mybgcolor {background-color:#a4cafb; } .myforecolor {color:#a4cafb; } .mybordercolor {border:3px solid #a4cafb; }
#a4cafb Text Font Color
<p style="color:#a4cafb">Text here</p>
This sample text font color is #a4cafb
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.
#a4cafb Background Color
<div style="background-color:#a4cafb">
Div content here</div>
This div background color is #a4cafb
#a4cafb Border Color
<div style="border:3px solid #a4cafb">
Div here</div>
This div border color is #a4cafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,202,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4cafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4cafb; -webkit-box-shadow: 1px 1px 3px 2px #a4cafb; box-shadow: 1px 1px 3px 2px #a4cafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,202,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4cafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4cafb; -webkit-box-shadow: 1px 1px 3px 2px #a4cafb; box-shadow: 1px 1px 3px 2px #a4cafb;">
Div content here</div>
This div box has shadow with color #a4cafb
Comments
No comments written yet.
Please login to write comment.