Color spaces of #beedf8
RGB | 190 | 237 | 248 |
---|---|---|---|
HSL | 0.53 | 0.81 | 0.86 |
HSV | 191° | 23° | 97° |
CMYK | 0.23 | 0.04 | 0.00 0.03 |
XYZ | 68.4627 | 78.2928 | 100.3106 |
Yxy | 78.2928 | 0.2771 | 0.3169 |
Hunter Lab | 88.4832 | -16.7337 | -5.2769 |
CIE-Lab | 90.9133 | -12.6299 | -10.2738 |
#beedf8 color RGB value is (190,237,248).
#beedf8 hex color red value is 190, green value is 237 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #beedf8 hue: 0.53 , saturation: 0.81 and the lightness value of beedf8 is 0.86.
The process color (four color CMYK) of #beedf8 color hex is 0.23, 0.04, 0.00, 0.03. Web safe color of #beedf8 is #ccffff. Color #beedf8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11101101 | 11111000 |
Octal | 276 | 355 | 370 |
Decimal | 190 | 237 | 248 |
Hex | BE | ED | F8 |
Shades of #beedf8
Tints of #beedf8
RGB Percentages of Color #beedf8
CMYK Percentages of Color #beedf8
Complementary Color
#beedf8 | #f8c9be |
#beedf8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beedf8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#beedf8 Color CSS Codes
.mybgcolor {background-color:#beedf8; } .myforecolor {color:#beedf8; } .mybordercolor {border:3px solid #beedf8; }
#beedf8 Text Font Color
<p style="color:#beedf8">Text here</p>
This sample text font color is #beedf8
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.
#beedf8 Background Color
<div style="background-color:#beedf8">
Div content here</div>
This div background color is #beedf8
#beedf8 Border Color
<div style="border:3px solid #beedf8">
Div here</div>
This div border color is #beedf8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,237,248, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beedf8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beedf8; -webkit-box-shadow: 1px 1px 3px 2px #beedf8; box-shadow: 1px 1px 3px 2px #beedf8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,237,248, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beedf8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beedf8; -webkit-box-shadow: 1px 1px 3px 2px #beedf8; box-shadow: 1px 1px 3px 2px #beedf8;">
Div content here</div>
This div box has shadow with color #beedf8
Comments
No comments written yet.
Please login to write comment.