Color spaces of #4abafd
RGB | 74 | 186 | 253 |
---|---|---|---|
HSL | 0.56 | 0.98 | 0.64 |
HSV | 202° | 71° | 99° |
CMYK | 0.71 | 0.26 | 0.00 0.01 |
XYZ | 38.1126 | 43.6655 | 99.3480 |
Yxy | 43.6655 | 0.2104 | 0.2411 |
Hunter Lab | 66.0799 | -12.6871 | -42.8838 |
CIE-Lab | 72.0043 | -10.6232 | -42.2511 |
#4abafd color RGB value is (74,186,253).
#4abafd hex color red value is 74, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4abafd hue: 0.56 , saturation: 0.98 and the lightness value of 4abafd is 0.64.
The process color (four color CMYK) of #4abafd color hex is 0.71, 0.26, 0.00, 0.01. Web safe color of #4abafd is #33ccff. Color #4abafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 10111010 | 11111101 |
Octal | 112 | 272 | 375 |
Decimal | 74 | 186 | 253 |
Hex | 4A | BA | FD |
Shades of #4abafd
Tints of #4abafd
RGB Percentages of Color #4abafd
CMYK Percentages of Color #4abafd
Complementary Color
#4abafd | #fd8d4a |
#4abafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4abafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4abafd Color CSS Codes
.mybgcolor {background-color:#4abafd; } .myforecolor {color:#4abafd; } .mybordercolor {border:3px solid #4abafd; }
#4abafd Text Font Color
<p style="color:#4abafd">Text here</p>
This sample text font color is #4abafd
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.
#4abafd Background Color
<div style="background-color:#4abafd">
Div content here</div>
This div background color is #4abafd
#4abafd Border Color
<div style="border:3px solid #4abafd">
Div here</div>
This div border color is #4abafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,186,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4abafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4abafd; -webkit-box-shadow: 1px 1px 3px 2px #4abafd; box-shadow: 1px 1px 3px 2px #4abafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,186,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4abafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4abafd; -webkit-box-shadow: 1px 1px 3px 2px #4abafd; box-shadow: 1px 1px 3px 2px #4abafd;">
Div content here</div>
This div box has shadow with color #4abafd
Comments
No comments written yet.
Please login to write comment.