Color spaces of #dfbeeb
RGB | 223 | 190 | 235 |
---|---|---|---|
HSL | 0.79 | 0.53 | 0.83 |
HSV | 284° | 19° | 92° |
CMYK | 0.05 | 0.19 | 0.00 0.08 |
XYZ | 63.8403 | 58.5130 | 86.5267 |
Yxy | 58.5130 | 0.3056 | 0.2801 |
Hunter Lab | 76.4938 | 15.1087 | -13.5208 |
CIE-Lab | 81.0232 | 19.6771 | -17.9694 |
#dfbeeb color RGB value is (223,190,235).
#dfbeeb hex color red value is 223, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfbeeb hue: 0.79 , saturation: 0.53 and the lightness value of dfbeeb is 0.83.
The process color (four color CMYK) of #dfbeeb color hex is 0.05, 0.19, 0.00, 0.08. Web safe color of #dfbeeb is #ccccff. Color #dfbeeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10111110 | 11101011 |
Octal | 337 | 276 | 353 |
Decimal | 223 | 190 | 235 |
Hex | DF | BE | EB |
Shades of #dfbeeb
Tints of #dfbeeb
RGB Percentages of Color #dfbeeb
CMYK Percentages of Color #dfbeeb
Complementary Color
#dfbeeb | #caebbe |
#dfbeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfbeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfbeeb Color CSS Codes
.mybgcolor {background-color:#dfbeeb; } .myforecolor {color:#dfbeeb; } .mybordercolor {border:3px solid #dfbeeb; }
#dfbeeb Text Font Color
<p style="color:#dfbeeb">Text here</p>
This sample text font color is #dfbeeb
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.
#dfbeeb Background Color
<div style="background-color:#dfbeeb">
Div content here</div>
This div background color is #dfbeeb
#dfbeeb Border Color
<div style="border:3px solid #dfbeeb">
Div here</div>
This div border color is #dfbeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,190,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfbeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfbeeb; -webkit-box-shadow: 1px 1px 3px 2px #dfbeeb; box-shadow: 1px 1px 3px 2px #dfbeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,190,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfbeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfbeeb; -webkit-box-shadow: 1px 1px 3px 2px #dfbeeb; box-shadow: 1px 1px 3px 2px #dfbeeb;">
Div content here</div>
This div box has shadow with color #dfbeeb
Comments
No comments written yet.
Please login to write comment.