Color spaces of #a4bcce
RGB | 164 | 188 | 206 |
---|---|---|---|
HSL | 0.57 | 0.30 | 0.73 |
HSV | 206° | 20° | 81° |
CMYK | 0.20 | 0.09 | 0.00 0.19 |
XYZ | 44.4336 | 48.3152 | 65.3764 |
Yxy | 48.3152 | 0.2810 | 0.3056 |
Hunter Lab | 69.5091 | -7.5352 | -7.1085 |
CIE-Lab | 75.0233 | -4.2858 | -11.7899 |
#a4bcce color RGB value is (164,188,206).
#a4bcce hex color red value is 164, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a4bcce hue: 0.57 , saturation: 0.30 and the lightness value of a4bcce is 0.73.
The process color (four color CMYK) of #a4bcce color hex is 0.20, 0.09, 0.00, 0.19. Web safe color of #a4bcce is #99cccc. Color #a4bcce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10111100 | 11001110 |
Octal | 244 | 274 | 316 |
Decimal | 164 | 188 | 206 |
Hex | A4 | BC | CE |
Shades of #a4bcce
Tints of #a4bcce
RGB Percentages of Color #a4bcce
CMYK Percentages of Color #a4bcce
Complementary Color
#a4bcce | #ceb6a4 |
#a4bcce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4bcce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4bcce Color CSS Codes
.mybgcolor {background-color:#a4bcce; } .myforecolor {color:#a4bcce; } .mybordercolor {border:3px solid #a4bcce; }
#a4bcce Text Font Color
<p style="color:#a4bcce">Text here</p>
This sample text font color is #a4bcce
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.
#a4bcce Background Color
<div style="background-color:#a4bcce">
Div content here</div>
This div background color is #a4bcce
#a4bcce Border Color
<div style="border:3px solid #a4bcce">
Div here</div>
This div border color is #a4bcce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,188,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4bcce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4bcce; -webkit-box-shadow: 1px 1px 3px 2px #a4bcce; box-shadow: 1px 1px 3px 2px #a4bcce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,188,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4bcce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4bcce; -webkit-box-shadow: 1px 1px 3px 2px #a4bcce; box-shadow: 1px 1px 3px 2px #a4bcce;">
Div content here</div>
This div box has shadow with color #a4bcce
Comments
No comments written yet.
Please login to write comment.