Color spaces of #bedfee
RGB | 190 | 223 | 238 |
---|---|---|---|
HSL | 0.55 | 0.59 | 0.84 |
HSV | 199° | 20° | 93° |
CMYK | 0.20 | 0.06 | 0.00 0.07 |
XYZ | 63.0555 | 69.8955 | 91.0567 |
Yxy | 69.8955 | 0.2815 | 0.3120 |
Hunter Lab | 83.6035 | -11.6778 | -6.0532 |
CIE-Lab | 86.9456 | -7.6523 | -10.9364 |
#bedfee color RGB value is (190,223,238).
#bedfee hex color red value is 190, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bedfee hue: 0.55 , saturation: 0.59 and the lightness value of bedfee is 0.84.
The process color (four color CMYK) of #bedfee color hex is 0.20, 0.06, 0.00, 0.07. Web safe color of #bedfee is #ccccff. Color #bedfee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11011111 | 11101110 |
Octal | 276 | 337 | 356 |
Decimal | 190 | 223 | 238 |
Hex | BE | DF | EE |
Shades of #bedfee
Tints of #bedfee
RGB Percentages of Color #bedfee
CMYK Percentages of Color #bedfee
Complementary Color
#bedfee | #eecdbe |
#bedfee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bedfee Color Preview on White Background
Lorem ipsum dolor sit amet.
#bedfee Color CSS Codes
.mybgcolor {background-color:#bedfee; } .myforecolor {color:#bedfee; } .mybordercolor {border:3px solid #bedfee; }
#bedfee Text Font Color
<p style="color:#bedfee">Text here</p>
This sample text font color is #bedfee
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.
#bedfee Background Color
<div style="background-color:#bedfee">
Div content here</div>
This div background color is #bedfee
#bedfee Border Color
<div style="border:3px solid #bedfee">
Div here</div>
This div border color is #bedfee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,223,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bedfee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bedfee; -webkit-box-shadow: 1px 1px 3px 2px #bedfee; box-shadow: 1px 1px 3px 2px #bedfee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,223,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bedfee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bedfee; -webkit-box-shadow: 1px 1px 3px 2px #bedfee; box-shadow: 1px 1px 3px 2px #bedfee;">
Div content here</div>
This div box has shadow with color #bedfee
Comments
No comments written yet.
Please login to write comment.