Color spaces of #d5acee
RGB | 213 | 172 | 238 |
---|---|---|---|
HSL | 0.77 | 0.66 | 0.80 |
HSV | 277° | 28° | 93° |
CMYK | 0.11 | 0.28 | 0.00 0.07 |
XYZ | 57.6257 | 49.8242 | 87.4688 |
Yxy | 49.8242 | 0.2956 | 0.2556 |
Hunter Lab | 70.5863 | 22.1991 | -24.0604 |
CIE-Lab | 75.9612 | 26.7994 | -27.3668 |
#d5acee color RGB value is (213,172,238).
#d5acee hex color red value is 213, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d5acee hue: 0.77 , saturation: 0.66 and the lightness value of d5acee is 0.80.
The process color (four color CMYK) of #d5acee color hex is 0.11, 0.28, 0.00, 0.07. Web safe color of #d5acee is #cc99ff. Color #d5acee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10101100 | 11101110 |
Octal | 325 | 254 | 356 |
Decimal | 213 | 172 | 238 |
Hex | D5 | AC | EE |
Shades of #d5acee
Tints of #d5acee
RGB Percentages of Color #d5acee
CMYK Percentages of Color #d5acee
Complementary Color
#d5acee | #c5eeac |
#d5acee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5acee Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5acee Color CSS Codes
.mybgcolor {background-color:#d5acee; } .myforecolor {color:#d5acee; } .mybordercolor {border:3px solid #d5acee; }
#d5acee Text Font Color
<p style="color:#d5acee">Text here</p>
This sample text font color is #d5acee
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.
#d5acee Background Color
<div style="background-color:#d5acee">
Div content here</div>
This div background color is #d5acee
#d5acee Border Color
<div style="border:3px solid #d5acee">
Div here</div>
This div border color is #d5acee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,172,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5acee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5acee; -webkit-box-shadow: 1px 1px 3px 2px #d5acee; box-shadow: 1px 1px 3px 2px #d5acee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,172,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5acee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5acee; -webkit-box-shadow: 1px 1px 3px 2px #d5acee; box-shadow: 1px 1px 3px 2px #d5acee;">
Div content here</div>
This div box has shadow with color #d5acee
Comments
No comments written yet.
Please login to write comment.