Color spaces of #2aefee
RGB | 42 | 239 | 238 |
---|---|---|---|
HSL | 0.50 | 0.86 | 0.55 |
HSV | 180° | 82° | 94° |
CMYK | 0.82 | 0.00 | 0.00 0.06 |
XYZ | 47.2540 | 68.3983 | 91.6006 |
Yxy | 68.3983 | 0.2280 | 0.3300 |
Hunter Lab | 82.7033 | -42.7415 | -7.7762 |
CIE-Lab | 86.2052 | -44.4411 | -12.5873 |
#2aefee color RGB value is (42,239,238).
#2aefee hex color red value is 42, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2aefee hue: 0.50 , saturation: 0.86 and the lightness value of 2aefee is 0.55.
The process color (four color CMYK) of #2aefee color hex is 0.82, 0.00, 0.00, 0.06. Web safe color of #2aefee is #33ffff. Color #2aefee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 11101111 | 11101110 |
Octal | 52 | 357 | 356 |
Decimal | 42 | 239 | 238 |
Hex | 2A | EF | EE |
Shades of #2aefee
Tints of #2aefee
RGB Percentages of Color #2aefee
CMYK Percentages of Color #2aefee
Complementary Color
#2aefee | #ef2a2b |
#2aefee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2aefee Color Preview on White Background
Lorem ipsum dolor sit amet.
#2aefee Color CSS Codes
.mybgcolor {background-color:#2aefee; } .myforecolor {color:#2aefee; } .mybordercolor {border:3px solid #2aefee; }
#2aefee Text Font Color
<p style="color:#2aefee">Text here</p>
This sample text font color is #2aefee
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.
#2aefee Background Color
<div style="background-color:#2aefee">
Div content here</div>
This div background color is #2aefee
#2aefee Border Color
<div style="border:3px solid #2aefee">
Div here</div>
This div border color is #2aefee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,239,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2aefee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2aefee; -webkit-box-shadow: 1px 1px 3px 2px #2aefee; box-shadow: 1px 1px 3px 2px #2aefee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,239,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 #2aefee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2aefee; -webkit-box-shadow: 1px 1px 3px 2px #2aefee; box-shadow: 1px 1px 3px 2px #2aefee;">
Div content here</div>
This div box has shadow with color #2aefee
Comments
No comments written yet.
Please login to write comment.