Color spaces of #2deefa
RGB | 45 | 238 | 250 |
---|---|---|---|
HSL | 0.51 | 0.95 | 0.58 |
HSV | 184° | 82° | 98° |
CMYK | 0.82 | 0.05 | 0.00 0.02 |
XYZ | 48.9120 | 68.6091 | 101.1074 |
Yxy | 68.6091 | 0.2237 | 0.3138 |
Hunter Lab | 82.8306 | -39.5482 | -14.3911 |
CIE-Lab | 86.3101 | -40.3137 | -18.7244 |
#2deefa color RGB value is (45,238,250).
#2deefa hex color red value is 45, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #2deefa hue: 0.51 , saturation: 0.95 and the lightness value of 2deefa is 0.58.
The process color (four color CMYK) of #2deefa color hex is 0.82, 0.05, 0.00, 0.02. Web safe color of #2deefa is #33ffff. Color #2deefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101101 | 11101110 | 11111010 |
Octal | 55 | 356 | 372 |
Decimal | 45 | 238 | 250 |
Hex | 2D | EE | FA |
Shades of #2deefa
Tints of #2deefa
RGB Percentages of Color #2deefa
CMYK Percentages of Color #2deefa
Complementary Color
#2deefa | #fa392d |
#2deefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2deefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#2deefa Color CSS Codes
.mybgcolor {background-color:#2deefa; } .myforecolor {color:#2deefa; } .mybordercolor {border:3px solid #2deefa; }
#2deefa Text Font Color
<p style="color:#2deefa">Text here</p>
This sample text font color is #2deefa
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.
#2deefa Background Color
<div style="background-color:#2deefa">
Div content here</div>
This div background color is #2deefa
#2deefa Border Color
<div style="border:3px solid #2deefa">
Div here</div>
This div border color is #2deefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(45,238,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2deefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2deefa; -webkit-box-shadow: 1px 1px 3px 2px #2deefa; box-shadow: 1px 1px 3px 2px #2deefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(45,238,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2deefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2deefa; -webkit-box-shadow: 1px 1px 3px 2px #2deefa; box-shadow: 1px 1px 3px 2px #2deefa;">
Div content here</div>
This div box has shadow with color #2deefa
Comments
No comments written yet.
Please login to write comment.