Color spaces of #4fabcc
RGB | 79 | 171 | 204 |
---|---|---|---|
HSL | 0.54 | 0.55 | 0.55 |
HSV | 196° | 61° | 80° |
CMYK | 0.61 | 0.16 | 0.00 0.20 |
XYZ | 28.6864 | 35.1477 | 62.3990 |
Yxy | 35.1477 | 0.2272 | 0.2784 |
Hunter Lab | 59.2855 | -17.3790 | -20.9039 |
CIE-Lab | 65.8635 | -17.4706 | -24.9814 |
#4fabcc color RGB value is (79,171,204).
#4fabcc hex color red value is 79, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4fabcc hue: 0.54 , saturation: 0.55 and the lightness value of 4fabcc is 0.55.
The process color (four color CMYK) of #4fabcc color hex is 0.61, 0.16, 0.00, 0.20. Web safe color of #4fabcc is #6699cc. Color #4fabcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001111 | 10101011 | 11001100 |
Octal | 117 | 253 | 314 |
Decimal | 79 | 171 | 204 |
Hex | 4F | AB | CC |
Shades of #4fabcc
Tints of #4fabcc
RGB Percentages of Color #4fabcc
CMYK Percentages of Color #4fabcc
Complementary Color
#4fabcc | #cc704f |
#4fabcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4fabcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4fabcc Color CSS Codes
.mybgcolor {background-color:#4fabcc; } .myforecolor {color:#4fabcc; } .mybordercolor {border:3px solid #4fabcc; }
#4fabcc Text Font Color
<p style="color:#4fabcc">Text here</p>
This sample text font color is #4fabcc
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.
#4fabcc Background Color
<div style="background-color:#4fabcc">
Div content here</div>
This div background color is #4fabcc
#4fabcc Border Color
<div style="border:3px solid #4fabcc">
Div here</div>
This div border color is #4fabcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(79,171,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4fabcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4fabcc; -webkit-box-shadow: 1px 1px 3px 2px #4fabcc; box-shadow: 1px 1px 3px 2px #4fabcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(79,171,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 #4fabcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4fabcc; -webkit-box-shadow: 1px 1px 3px 2px #4fabcc; box-shadow: 1px 1px 3px 2px #4fabcc;">
Div content here</div>
This div box has shadow with color #4fabcc
Comments
No comments written yet.
Please login to write comment.