Color spaces of #d7acee
RGB | 215 | 172 | 238 |
---|---|---|---|
HSL | 0.78 | 0.66 | 0.80 |
HSV | 279° | 28° | 93° |
CMYK | 0.10 | 0.28 | 0.00 0.07 |
XYZ | 58.2095 | 50.1252 | 87.4961 |
Yxy | 50.1252 | 0.2972 | 0.2560 |
Hunter Lab | 70.7992 | 22.8602 | -23.7133 |
CIE-Lab | 76.1460 | 27.4271 | -27.0675 |
#d7acee color RGB value is (215,172,238).
#d7acee hex color red value is 215, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d7acee hue: 0.78 , saturation: 0.66 and the lightness value of d7acee is 0.80.
The process color (four color CMYK) of #d7acee color hex is 0.10, 0.28, 0.00, 0.07. Web safe color of #d7acee is #cc99ff. Color #d7acee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10101100 | 11101110 |
Octal | 327 | 254 | 356 |
Decimal | 215 | 172 | 238 |
Hex | D7 | AC | EE |
Shades of #d7acee
Tints of #d7acee
RGB Percentages of Color #d7acee
CMYK Percentages of Color #d7acee
Complementary Color
#d7acee | #c3eeac |
#d7acee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7acee Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7acee Color CSS Codes
.mybgcolor {background-color:#d7acee; } .myforecolor {color:#d7acee; } .mybordercolor {border:3px solid #d7acee; }
#d7acee Text Font Color
<p style="color:#d7acee">Text here</p>
This sample text font color is #d7acee
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.
#d7acee Background Color
<div style="background-color:#d7acee">
Div content here</div>
This div background color is #d7acee
#d7acee Border Color
<div style="border:3px solid #d7acee">
Div here</div>
This div border color is #d7acee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,172,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7acee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7acee; -webkit-box-shadow: 1px 1px 3px 2px #d7acee; box-shadow: 1px 1px 3px 2px #d7acee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,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 #d7acee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7acee; -webkit-box-shadow: 1px 1px 3px 2px #d7acee; box-shadow: 1px 1px 3px 2px #d7acee;">
Div content here</div>
This div box has shadow with color #d7acee
Comments
No comments written yet.
Please login to write comment.