Color spaces of #4efafe
RGB | 78 | 250 | 254 |
---|---|---|---|
HSL | 0.50 | 0.99 | 0.65 |
HSV | 181° | 69° | 100° |
CMYK | 0.69 | 0.02 | 0.00 0.00 |
XYZ | 55.2169 | 77.1467 | 105.7465 |
Yxy | 77.1467 | 0.2319 | 0.3240 |
Hunter Lab | 87.8332 | -41.4929 | -9.8988 |
CIE-Lab | 90.3891 | -41.3702 | -14.6314 |
#4efafe color RGB value is (78,250,254).
#4efafe hex color red value is 78, green value is 250 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4efafe hue: 0.50 , saturation: 0.99 and the lightness value of 4efafe is 0.65.
The process color (four color CMYK) of #4efafe color hex is 0.69, 0.02, 0.00, 0.00. Web safe color of #4efafe is #66ffff. Color #4efafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001110 | 11111010 | 11111110 |
Octal | 116 | 372 | 376 |
Decimal | 78 | 250 | 254 |
Hex | 4E | FA | FE |
Shades of #4efafe
Tints of #4efafe
RGB Percentages of Color #4efafe
CMYK Percentages of Color #4efafe
Complementary Color
#4efafe | #fe524e |
#4efafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4efafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#4efafe Color CSS Codes
.mybgcolor {background-color:#4efafe; } .myforecolor {color:#4efafe; } .mybordercolor {border:3px solid #4efafe; }
#4efafe Text Font Color
<p style="color:#4efafe">Text here</p>
This sample text font color is #4efafe
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.
#4efafe Background Color
<div style="background-color:#4efafe">
Div content here</div>
This div background color is #4efafe
#4efafe Border Color
<div style="border:3px solid #4efafe">
Div here</div>
This div border color is #4efafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(78,250,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4efafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4efafe; -webkit-box-shadow: 1px 1px 3px 2px #4efafe; box-shadow: 1px 1px 3px 2px #4efafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(78,250,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 #4efafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4efafe; -webkit-box-shadow: 1px 1px 3px 2px #4efafe; box-shadow: 1px 1px 3px 2px #4efafe;">
Div content here</div>
This div box has shadow with color #4efafe
Comments
No comments written yet.
Please login to write comment.