Color spaces of #4faefe
RGB | 79 | 174 | 254 |
---|---|---|---|
HSL | 0.58 | 0.99 | 0.65 |
HSV | 207° | 69° | 100° |
CMYK | 0.69 | 0.31 | 0.00 0.00 |
XYZ | 36.2499 | 39.0901 | 99.4005 |
Yxy | 39.0901 | 0.2074 | 0.2237 |
Hunter Lab | 62.5221 | -5.9205 | -50.4965 |
CIE-Lab | 68.8165 | -2.9897 | -47.7816 |
#4faefe color RGB value is (79,174,254).
#4faefe hex color red value is 79, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4faefe hue: 0.58 , saturation: 0.99 and the lightness value of 4faefe is 0.65.
The process color (four color CMYK) of #4faefe color hex is 0.69, 0.31, 0.00, 0.00. Web safe color of #4faefe is #6699ff. Color #4faefe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 10101110 | 11111110 |
Octal | 117 | 256 | 376 |
Decimal | 79 | 174 | 254 |
Hex | 4F | AE | FE |
Shades of #4faefe
Tints of #4faefe
RGB Percentages of Color #4faefe
CMYK Percentages of Color #4faefe
Complementary Color
#4faefe | #fe9f4f |
#4faefe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4faefe Color Preview on White Background
Lorem ipsum dolor sit amet.
#4faefe Color CSS Codes
.mybgcolor {background-color:#4faefe; } .myforecolor {color:#4faefe; } .mybordercolor {border:3px solid #4faefe; }
#4faefe Text Font Color
<p style="color:#4faefe">Text here</p>
This sample text font color is #4faefe
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.
#4faefe Background Color
<div style="background-color:#4faefe">
Div content here</div>
This div background color is #4faefe
#4faefe Border Color
<div style="border:3px solid #4faefe">
Div here</div>
This div border color is #4faefe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,174,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4faefe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4faefe; -webkit-box-shadow: 1px 1px 3px 2px #4faefe; box-shadow: 1px 1px 3px 2px #4faefe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,174,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 #4faefe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4faefe; -webkit-box-shadow: 1px 1px 3px 2px #4faefe; box-shadow: 1px 1px 3px 2px #4faefe;">
Div content here</div>
This div box has shadow with color #4faefe
Comments
No comments written yet.
Please login to write comment.