Color spaces of #0edbff
RGB | 14 | 219 | 255 |
---|---|---|---|
HSL | 0.52 | 1.00 | 0.53 |
HSV | 189° | 95° | 100° |
CMYK | 0.95 | 0.14 | 0.00 0.00 |
XYZ | 43.5626 | 57.9764 | 103.5023 |
Yxy | 57.9764 | 0.2125 | 0.2828 |
Hunter Lab | 76.1422 | -31.1252 | -27.2950 |
CIE-Lab | 80.7257 | -31.4174 | -29.8813 |
#0edbff color RGB value is (14,219,255).
#0edbff hex color red value is 14, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0edbff hue: 0.52 , saturation: 1.00 and the lightness value of 0edbff is 0.53.
The process color (four color CMYK) of #0edbff color hex is 0.95, 0.14, 0.00, 0.00. Web safe color of #0edbff is #00ccff. Color #0edbff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001110 | 11011011 | 11111111 |
Octal | 16 | 333 | 377 |
Decimal | 14 | 219 | 255 |
Hex | E | DB | FF |
Shades of #0edbff
Tints of #0edbff
RGB Percentages of Color #0edbff
CMYK Percentages of Color #0edbff
Complementary Color
#0edbff | #ff320e |
#0edbff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0edbff Color Preview on White Background
Lorem ipsum dolor sit amet.
#0edbff Color CSS Codes
.mybgcolor {background-color:#0edbff; } .myforecolor {color:#0edbff; } .mybordercolor {border:3px solid #0edbff; }
#0edbff Text Font Color
<p style="color:#0edbff">Text here</p>
This sample text font color is #0edbff
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.
#0edbff Background Color
<div style="background-color:#0edbff">
Div content here</div>
This div background color is #0edbff
#0edbff Border Color
<div style="border:3px solid #0edbff">
Div here</div>
This div border color is #0edbff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(14,219,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0edbff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0edbff; -webkit-box-shadow: 1px 1px 3px 2px #0edbff; box-shadow: 1px 1px 3px 2px #0edbff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(14,219,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0edbff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0edbff; -webkit-box-shadow: 1px 1px 3px 2px #0edbff; box-shadow: 1px 1px 3px 2px #0edbff;">
Div content here</div>
This div box has shadow with color #0edbff
Comments
No comments written yet.
Please login to write comment.