Color spaces of #4dbbfd
RGB | 77 | 187 | 253 |
---|---|---|---|
HSL | 0.56 | 0.98 | 0.65 |
HSV | 203° | 70° | 99° |
CMYK | 0.70 | 0.26 | 0.00 0.01 |
XYZ | 38.5605 | 44.2103 | 99.4296 |
Yxy | 44.2103 | 0.2116 | 0.2426 |
Hunter Lab | 66.4908 | -12.8402 | -42.1180 |
CIE-Lab | 72.3688 | -10.7556 | -41.6757 |
#4dbbfd color RGB value is (77,187,253).
#4dbbfd hex color red value is 77, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4dbbfd hue: 0.56 , saturation: 0.98 and the lightness value of 4dbbfd is 0.65.
The process color (four color CMYK) of #4dbbfd color hex is 0.70, 0.26, 0.00, 0.01. Web safe color of #4dbbfd is #66ccff. Color #4dbbfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 10111011 | 11111101 |
Octal | 115 | 273 | 375 |
Decimal | 77 | 187 | 253 |
Hex | 4D | BB | FD |
Shades of #4dbbfd
Tints of #4dbbfd
RGB Percentages of Color #4dbbfd
CMYK Percentages of Color #4dbbfd
Complementary Color
#4dbbfd | #fd8f4d |
#4dbbfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4dbbfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4dbbfd Color CSS Codes
.mybgcolor {background-color:#4dbbfd; } .myforecolor {color:#4dbbfd; } .mybordercolor {border:3px solid #4dbbfd; }
#4dbbfd Text Font Color
<p style="color:#4dbbfd">Text here</p>
This sample text font color is #4dbbfd
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.
#4dbbfd Background Color
<div style="background-color:#4dbbfd">
Div content here</div>
This div background color is #4dbbfd
#4dbbfd Border Color
<div style="border:3px solid #4dbbfd">
Div here</div>
This div border color is #4dbbfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,187,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4dbbfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4dbbfd; -webkit-box-shadow: 1px 1px 3px 2px #4dbbfd; box-shadow: 1px 1px 3px 2px #4dbbfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,187,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 #4dbbfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4dbbfd; -webkit-box-shadow: 1px 1px 3px 2px #4dbbfd; box-shadow: 1px 1px 3px 2px #4dbbfd;">
Div content here</div>
This div box has shadow with color #4dbbfd
Comments
No comments written yet.
Please login to write comment.