Color spaces of #deabfd
RGB | 222 | 171 | 253 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.83 |
HSV | 277° | 32° | 99° |
CMYK | 0.12 | 0.32 | 0.00 0.01 |
XYZ | 62.4167 | 51.7473 | 99.6270 |
Yxy | 51.7473 | 0.2920 | 0.2420 |
Hunter Lab | 71.9356 | 28.9926 | -31.7586 |
CIE-Lab | 77.1295 | 33.1809 | -33.5960 |
#deabfd color RGB value is (222,171,253).
#deabfd hex color red value is 222, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #deabfd hue: 0.77 , saturation: 0.95 and the lightness value of deabfd is 0.83.
The process color (four color CMYK) of #deabfd color hex is 0.12, 0.32, 0.00, 0.01. Web safe color of #deabfd is #cc99ff. Color #deabfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10101011 | 11111101 |
Octal | 336 | 253 | 375 |
Decimal | 222 | 171 | 253 |
Hex | DE | AB | FD |
Shades of #deabfd
Tints of #deabfd
RGB Percentages of Color #deabfd
CMYK Percentages of Color #deabfd
Complementary Color
#deabfd | #cafdab |
#deabfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deabfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#deabfd Color CSS Codes
.mybgcolor {background-color:#deabfd; } .myforecolor {color:#deabfd; } .mybordercolor {border:3px solid #deabfd; }
#deabfd Text Font Color
<p style="color:#deabfd">Text here</p>
This sample text font color is #deabfd
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.
#deabfd Background Color
<div style="background-color:#deabfd">
Div content here</div>
This div background color is #deabfd
#deabfd Border Color
<div style="border:3px solid #deabfd">
Div here</div>
This div border color is #deabfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,171,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deabfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deabfd; -webkit-box-shadow: 1px 1px 3px 2px #deabfd; box-shadow: 1px 1px 3px 2px #deabfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,171,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deabfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deabfd; -webkit-box-shadow: 1px 1px 3px 2px #deabfd; box-shadow: 1px 1px 3px 2px #deabfd;">
Div content here</div>
This div box has shadow with color #deabfd
Comments
No comments written yet.
Please login to write comment.