Color spaces of #4afffb
RGB | 74 | 255 | 251 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.65 |
HSV | 179° | 71° | 100° |
CMYK | 0.71 | 0.00 | 0.02 0.00 |
XYZ | 55.9966 | 79.9409 | 103.7456 |
Yxy | 79.9409 | 0.2336 | 0.3335 |
Hunter Lab | 89.4097 | -44.6737 | -6.2098 |
CIE-Lab | 91.6583 | -44.8866 | -11.1859 |
#4afffb color RGB value is (74,255,251).
#4afffb hex color red value is 74, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4afffb hue: 0.50 , saturation: 1.00 and the lightness value of 4afffb is 0.65.
The process color (four color CMYK) of #4afffb color hex is 0.71, 0.00, 0.02, 0.00. Web safe color of #4afffb is #33ffff. Color #4afffb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 11111111 | 11111011 |
Octal | 112 | 377 | 373 |
Decimal | 74 | 255 | 251 |
Hex | 4A | FF | FB |
Shades of #4afffb
Tints of #4afffb
RGB Percentages of Color #4afffb
CMYK Percentages of Color #4afffb
Complementary Color
#4afffb | #ff4a4e |
#4afffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4afffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4afffb Color CSS Codes
.mybgcolor {background-color:#4afffb; } .myforecolor {color:#4afffb; } .mybordercolor {border:3px solid #4afffb; }
#4afffb Text Font Color
<p style="color:#4afffb">Text here</p>
This sample text font color is #4afffb
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.
#4afffb Background Color
<div style="background-color:#4afffb">
Div content here</div>
This div background color is #4afffb
#4afffb Border Color
<div style="border:3px solid #4afffb">
Div here</div>
This div border color is #4afffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,255,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4afffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4afffb; -webkit-box-shadow: 1px 1px 3px 2px #4afffb; box-shadow: 1px 1px 3px 2px #4afffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,255,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4afffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4afffb; -webkit-box-shadow: 1px 1px 3px 2px #4afffb; box-shadow: 1px 1px 3px 2px #4afffb;">
Div content here</div>
This div box has shadow with color #4afffb
Related Colors
Comments
No comments written yet.
Please login to write comment.