Color spaces of #2affee
RGB | 42 | 255 | 238 |
---|---|---|---|
HSL | 0.49 | 1.00 | 0.58 |
HSV | 175° | 84° | 100° |
CMYK | 0.84 | 0.00 | 0.07 0.00 |
XYZ | 52.1475 | 78.1853 | 93.2317 |
Yxy | 78.1853 | 0.2333 | 0.3497 |
Hunter Lab | 88.4225 | -49.4682 | -0.6190 |
CIE-Lab | 90.8644 | -51.2973 | -5.6683 |
#2affee color RGB value is (42,255,238).
#2affee hex color red value is 42, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2affee hue: 0.49 , saturation: 1.00 and the lightness value of 2affee is 0.58.
The process color (four color CMYK) of #2affee color hex is 0.84, 0.00, 0.07, 0.00. Web safe color of #2affee is #33ffff. Color #2affee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 11111111 | 11101110 |
Octal | 52 | 377 | 356 |
Decimal | 42 | 255 | 238 |
Hex | 2A | FF | EE |
Shades of #2affee
Tints of #2affee
RGB Percentages of Color #2affee
CMYK Percentages of Color #2affee
Complementary Color
#2affee | #ff2a3b |
#2affee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2affee Color Preview on White Background
Lorem ipsum dolor sit amet.
#2affee Color CSS Codes
.mybgcolor {background-color:#2affee; } .myforecolor {color:#2affee; } .mybordercolor {border:3px solid #2affee; }
#2affee Text Font Color
<p style="color:#2affee">Text here</p>
This sample text font color is #2affee
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.
#2affee Background Color
<div style="background-color:#2affee">
Div content here</div>
This div background color is #2affee
#2affee Border Color
<div style="border:3px solid #2affee">
Div here</div>
This div border color is #2affee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,255,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2affee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2affee; -webkit-box-shadow: 1px 1px 3px 2px #2affee; box-shadow: 1px 1px 3px 2px #2affee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,255,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 #2affee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2affee; -webkit-box-shadow: 1px 1px 3px 2px #2affee; box-shadow: 1px 1px 3px 2px #2affee;">
Div content here</div>
This div box has shadow with color #2affee
Comments
No comments written yet.
Please login to write comment.