Color spaces of #2deffe
RGB | 45 | 239 | 254 |
---|---|---|---|
HSL | 0.51 | 0.99 | 0.59 |
HSV | 184° | 82° | 100° |
CMYK | 0.82 | 0.06 | 0.00 0.00 |
XYZ | 49.8381 | 69.4466 | 104.5437 |
Yxy | 69.4466 | 0.2227 | 0.3103 |
Hunter Lab | 83.3346 | -39.0840 | -16.0454 |
CIE-Lab | 86.7247 | -39.5878 | -20.1955 |
#2deffe color RGB value is (45,239,254).
#2deffe hex color red value is 45, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #2deffe hue: 0.51 , saturation: 0.99 and the lightness value of 2deffe is 0.59.
The process color (four color CMYK) of #2deffe color hex is 0.82, 0.06, 0.00, 0.00. Web safe color of #2deffe is #33ffff. Color #2deffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101101 | 11101111 | 11111110 |
Octal | 55 | 357 | 376 |
Decimal | 45 | 239 | 254 |
Hex | 2D | EF | FE |
Shades of #2deffe
Tints of #2deffe
RGB Percentages of Color #2deffe
CMYK Percentages of Color #2deffe
Complementary Color
#2deffe | #fe3c2d |
#2deffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2deffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#2deffe Color CSS Codes
.mybgcolor {background-color:#2deffe; } .myforecolor {color:#2deffe; } .mybordercolor {border:3px solid #2deffe; }
#2deffe Text Font Color
<p style="color:#2deffe">Text here</p>
This sample text font color is #2deffe
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.
#2deffe Background Color
<div style="background-color:#2deffe">
Div content here</div>
This div background color is #2deffe
#2deffe Border Color
<div style="border:3px solid #2deffe">
Div here</div>
This div border color is #2deffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(45,239,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2deffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2deffe; -webkit-box-shadow: 1px 1px 3px 2px #2deffe; box-shadow: 1px 1px 3px 2px #2deffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(45,239,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 #2deffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2deffe; -webkit-box-shadow: 1px 1px 3px 2px #2deffe; box-shadow: 1px 1px 3px 2px #2deffe;">
Div content here</div>
This div box has shadow with color #2deffe
Comments
No comments written yet.
Please login to write comment.