Color spaces of #d0acea
RGB | 208 | 172 | 234 |
---|---|---|---|
HSL | 0.76 | 0.60 | 0.80 |
HSV | 275° | 26° | 92° |
CMYK | 0.11 | 0.26 | 0.00 0.08 |
XYZ | 55.6162 | 48.8555 | 84.3407 |
Yxy | 48.8555 | 0.2946 | 0.2588 |
Hunter Lab | 69.8967 | 19.7116 | -22.6144 |
CIE-Lab | 75.3613 | 24.4078 | -26.1578 |
#d0acea color RGB value is (208,172,234).
#d0acea hex color red value is 208, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d0acea hue: 0.76 , saturation: 0.60 and the lightness value of d0acea is 0.80.
The process color (four color CMYK) of #d0acea color hex is 0.11, 0.26, 0.00, 0.08. Web safe color of #d0acea is #cc99ff. Color #d0acea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10101100 | 11101010 |
Octal | 320 | 254 | 352 |
Decimal | 208 | 172 | 234 |
Hex | D0 | AC | EA |
Shades of #d0acea
Tints of #d0acea
RGB Percentages of Color #d0acea
CMYK Percentages of Color #d0acea
Complementary Color
#d0acea | #c6eaac |
#d0acea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0acea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0acea Color CSS Codes
.mybgcolor {background-color:#d0acea; } .myforecolor {color:#d0acea; } .mybordercolor {border:3px solid #d0acea; }
#d0acea Text Font Color
<p style="color:#d0acea">Text here</p>
This sample text font color is #d0acea
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.
#d0acea Background Color
<div style="background-color:#d0acea">
Div content here</div>
This div background color is #d0acea
#d0acea Border Color
<div style="border:3px solid #d0acea">
Div here</div>
This div border color is #d0acea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,172,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0acea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0acea; -webkit-box-shadow: 1px 1px 3px 2px #d0acea; box-shadow: 1px 1px 3px 2px #d0acea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,172,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0acea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0acea; -webkit-box-shadow: 1px 1px 3px 2px #d0acea; box-shadow: 1px 1px 3px 2px #d0acea;">
Div content here</div>
This div box has shadow with color #d0acea
Comments
No comments written yet.
Please login to write comment.