Color spaces of #4faecc
RGB | 79 | 174 | 204 |
---|---|---|---|
HSL | 0.54 | 0.55 | 0.55 |
HSV | 194° | 61° | 80° |
CMYK | 0.61 | 0.15 | 0.00 0.20 |
XYZ | 29.2596 | 36.2940 | 62.5900 |
Yxy | 36.2940 | 0.2283 | 0.2832 |
Hunter Lab | 60.2445 | -18.7338 | -19.4272 |
CIE-Lab | 66.7440 | -19.0465 | -23.6327 |
#4faecc color RGB value is (79,174,204).
#4faecc hex color red value is 79, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4faecc hue: 0.54 , saturation: 0.55 and the lightness value of 4faecc is 0.55.
The process color (four color CMYK) of #4faecc color hex is 0.61, 0.15, 0.00, 0.20. Web safe color of #4faecc is #6699cc. Color #4faecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 10101110 | 11001100 |
Octal | 117 | 256 | 314 |
Decimal | 79 | 174 | 204 |
Hex | 4F | AE | CC |
Shades of #4faecc
Tints of #4faecc
RGB Percentages of Color #4faecc
CMYK Percentages of Color #4faecc
Complementary Color
#4faecc | #cc6d4f |
#4faecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4faecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4faecc Color CSS Codes
.mybgcolor {background-color:#4faecc; } .myforecolor {color:#4faecc; } .mybordercolor {border:3px solid #4faecc; }
#4faecc Text Font Color
<p style="color:#4faecc">Text here</p>
This sample text font color is #4faecc
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.
#4faecc Background Color
<div style="background-color:#4faecc">
Div content here</div>
This div background color is #4faecc
#4faecc Border Color
<div style="border:3px solid #4faecc">
Div here</div>
This div border color is #4faecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,174,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4faecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4faecc; -webkit-box-shadow: 1px 1px 3px 2px #4faecc; box-shadow: 1px 1px 3px 2px #4faecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,174,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4faecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4faecc; -webkit-box-shadow: 1px 1px 3px 2px #4faecc; box-shadow: 1px 1px 3px 2px #4faecc;">
Div content here</div>
This div box has shadow with color #4faecc
Comments
No comments written yet.
Please login to write comment.