Color spaces of #bdffea
RGB | 189 | 255 | 234 |
---|---|---|---|
HSL | 0.45 | 1.00 | 0.87 |
HSV | 161° | 26° | 100° |
CMYK | 0.26 | 0.00 | 0.08 0.00 |
XYZ | 71.5975 | 88.2793 | 91.1079 |
Yxy | 88.2793 | 0.2853 | 0.3517 |
Hunter Lab | 93.9571 | -28.4037 | 8.2779 |
CIE-Lab | 95.2784 | -24.7059 | 3.3952 |
#bdffea color RGB value is (189,255,234).
#bdffea hex color red value is 189, green value is 255 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdffea hue: 0.45 , saturation: 1.00 and the lightness value of bdffea is 0.87.
The process color (four color CMYK) of #bdffea color hex is 0.26, 0.00, 0.08, 0.00. Web safe color of #bdffea is #ccffff. Color #bdffea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111111 | 11101010 |
Octal | 275 | 377 | 352 |
Decimal | 189 | 255 | 234 |
Hex | BD | FF | EA |
Shades of #bdffea
Tints of #bdffea
RGB Percentages of Color #bdffea
CMYK Percentages of Color #bdffea
Complementary Color
#bdffea | #ffbdd2 |
#bdffea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdffea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdffea Color CSS Codes
.mybgcolor {background-color:#bdffea; } .myforecolor {color:#bdffea; } .mybordercolor {border:3px solid #bdffea; }
#bdffea Text Font Color
<p style="color:#bdffea">Text here</p>
This sample text font color is #bdffea
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.
#bdffea Background Color
<div style="background-color:#bdffea">
Div content here</div>
This div background color is #bdffea
#bdffea Border Color
<div style="border:3px solid #bdffea">
Div here</div>
This div border color is #bdffea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,255,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdffea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdffea; -webkit-box-shadow: 1px 1px 3px 2px #bdffea; box-shadow: 1px 1px 3px 2px #bdffea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,255,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 #bdffea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdffea; -webkit-box-shadow: 1px 1px 3px 2px #bdffea; box-shadow: 1px 1px 3px 2px #bdffea;">
Div content here</div>
This div box has shadow with color #bdffea
Comments
No comments written yet.
Please login to write comment.