Color spaces of #ffbdfe
RGB | 255 | 189 | 254 |
---|---|---|---|
HSL | 0.84 | 1.00 | 0.87 |
HSV | 301° | 26° | 100° |
CMYK | 0.00 | 0.26 | 0.00 0.00 |
XYZ | 77.3270 | 64.8109 | 102.2001 |
Yxy | 64.8109 | 0.3165 | 0.2653 |
Hunter Lab | 80.5052 | 30.5690 | -18.9141 |
CIE-Lab | 84.3862 | 34.0687 | -22.7419 |
#ffbdfe color RGB value is (255,189,254).
#ffbdfe hex color red value is 255, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ffbdfe hue: 0.84 , saturation: 1.00 and the lightness value of ffbdfe is 0.87.
The process color (four color CMYK) of #ffbdfe color hex is 0.00, 0.26, 0.00, 0.00. Web safe color of #ffbdfe is #ffccff. Color #ffbdfe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111101 | 11111110 |
Octal | 377 | 275 | 376 |
Decimal | 255 | 189 | 254 |
Hex | FF | BD | FE |
Shades of #ffbdfe
Tints of #ffbdfe
RGB Percentages of Color #ffbdfe
CMYK Percentages of Color #ffbdfe
Complementary Color
#ffbdfe | #bdffbe |
#ffbdfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffbdfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffbdfe Color CSS Codes
.mybgcolor {background-color:#ffbdfe; } .myforecolor {color:#ffbdfe; } .mybordercolor {border:3px solid #ffbdfe; }
#ffbdfe Text Font Color
<p style="color:#ffbdfe">Text here</p>
This sample text font color is #ffbdfe
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.
#ffbdfe Background Color
<div style="background-color:#ffbdfe">
Div content here</div>
This div background color is #ffbdfe
#ffbdfe Border Color
<div style="border:3px solid #ffbdfe">
Div here</div>
This div border color is #ffbdfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,189,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffbdfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffbdfe; -webkit-box-shadow: 1px 1px 3px 2px #ffbdfe; box-shadow: 1px 1px 3px 2px #ffbdfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,189,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffbdfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbdfe; -webkit-box-shadow: 1px 1px 3px 2px #ffbdfe; box-shadow: 1px 1px 3px 2px #ffbdfe;">
Div content here</div>
This div box has shadow with color #ffbdfe
Comments
No comments written yet.
Please login to write comment.