Color spaces of #d4aded
RGB | 212 | 173 | 237 |
---|---|---|---|
HSL | 0.77 | 0.64 | 0.80 |
HSV | 277° | 27° | 93° |
CMYK | 0.11 | 0.27 | 0.00 0.07 |
XYZ | 57.3810 | 49.9986 | 86.7472 |
Yxy | 49.9986 | 0.2956 | 0.2576 |
Hunter Lab | 70.7097 | 21.1110 | -23.2407 |
CIE-Lab | 76.0684 | 25.7376 | -26.6694 |
#d4aded color RGB value is (212,173,237).
#d4aded hex color red value is 212, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d4aded hue: 0.77 , saturation: 0.64 and the lightness value of d4aded is 0.80.
The process color (four color CMYK) of #d4aded color hex is 0.11, 0.27, 0.00, 0.07. Web safe color of #d4aded is #cc99ff. Color #d4aded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10101101 | 11101101 |
Octal | 324 | 255 | 355 |
Decimal | 212 | 173 | 237 |
Hex | D4 | AD | ED |
Shades of #d4aded
Tints of #d4aded
RGB Percentages of Color #d4aded
CMYK Percentages of Color #d4aded
Complementary Color
#d4aded | #c6edad |
#d4aded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4aded Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4aded Color CSS Codes
.mybgcolor {background-color:#d4aded; } .myforecolor {color:#d4aded; } .mybordercolor {border:3px solid #d4aded; }
#d4aded Text Font Color
<p style="color:#d4aded">Text here</p>
This sample text font color is #d4aded
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.
#d4aded Background Color
<div style="background-color:#d4aded">
Div content here</div>
This div background color is #d4aded
#d4aded Border Color
<div style="border:3px solid #d4aded">
Div here</div>
This div border color is #d4aded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,173,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4aded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4aded; -webkit-box-shadow: 1px 1px 3px 2px #d4aded; box-shadow: 1px 1px 3px 2px #d4aded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,173,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4aded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4aded; -webkit-box-shadow: 1px 1px 3px 2px #d4aded; box-shadow: 1px 1px 3px 2px #d4aded;">
Div content here</div>
This div box has shadow with color #d4aded
Comments
No comments written yet.
Please login to write comment.