Color spaces of #7feefa
RGB | 127 | 238 | 250 |
---|---|---|---|
HSL | 0.52 | 0.92 | 0.74 |
HSV | 186° | 49° | 98° |
CMYK | 0.49 | 0.05 | 0.00 0.02 |
XYZ | 56.5823 | 72.5632 | 101.4664 |
Yxy | 72.5632 | 0.2454 | 0.3147 |
Hunter Lab | 85.1840 | -30.5059 | -10.9941 |
CIE-Lab | 88.2390 | -28.6916 | -15.6294 |
#7feefa color RGB value is (127,238,250).
#7feefa hex color red value is 127, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7feefa hue: 0.52 , saturation: 0.92 and the lightness value of 7feefa is 0.74.
The process color (four color CMYK) of #7feefa color hex is 0.49, 0.05, 0.00, 0.02. Web safe color of #7feefa is #66ffff. Color #7feefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11101110 | 11111010 |
Octal | 177 | 356 | 372 |
Decimal | 127 | 238 | 250 |
Hex | 7F | EE | FA |
Shades of #7feefa
Tints of #7feefa
RGB Percentages of Color #7feefa
CMYK Percentages of Color #7feefa
Complementary Color
#7feefa | #fa8b7f |
#7feefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7feefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7feefa Color CSS Codes
.mybgcolor {background-color:#7feefa; } .myforecolor {color:#7feefa; } .mybordercolor {border:3px solid #7feefa; }
#7feefa Text Font Color
<p style="color:#7feefa">Text here</p>
This sample text font color is #7feefa
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.
#7feefa Background Color
<div style="background-color:#7feefa">
Div content here</div>
This div background color is #7feefa
#7feefa Border Color
<div style="border:3px solid #7feefa">
Div here</div>
This div border color is #7feefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,238,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7feefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7feefa; -webkit-box-shadow: 1px 1px 3px 2px #7feefa; box-shadow: 1px 1px 3px 2px #7feefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,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 #7feefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7feefa; -webkit-box-shadow: 1px 1px 3px 2px #7feefa; box-shadow: 1px 1px 3px 2px #7feefa;">
Div content here</div>
This div box has shadow with color #7feefa
Comments
No comments written yet.
Please login to write comment.