Color spaces of #4dbffe
RGB | 77 | 191 | 254 |
---|---|---|---|
HSL | 0.56 | 0.99 | 0.65 |
HSV | 201° | 70° | 100° |
CMYK | 0.70 | 0.25 | 0.00 0.00 |
XYZ | 39.5808 | 45.9951 | 100.5578 |
Yxy | 45.9951 | 0.2126 | 0.2471 |
Hunter Lab | 67.8197 | -14.5086 | -40.4369 |
CIE-Lab | 73.5424 | -12.5776 | -40.3836 |
#4dbffe color RGB value is (77,191,254).
#4dbffe hex color red value is 77, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4dbffe hue: 0.56 , saturation: 0.99 and the lightness value of 4dbffe is 0.65.
The process color (four color CMYK) of #4dbffe color hex is 0.70, 0.25, 0.00, 0.00. Web safe color of #4dbffe is #66ccff. Color #4dbffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 10111111 | 11111110 |
Octal | 115 | 277 | 376 |
Decimal | 77 | 191 | 254 |
Hex | 4D | BF | FE |
Shades of #4dbffe
Tints of #4dbffe
RGB Percentages of Color #4dbffe
CMYK Percentages of Color #4dbffe
Complementary Color
#4dbffe | #fe8c4d |
#4dbffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4dbffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#4dbffe Color CSS Codes
.mybgcolor {background-color:#4dbffe; } .myforecolor {color:#4dbffe; } .mybordercolor {border:3px solid #4dbffe; }
#4dbffe Text Font Color
<p style="color:#4dbffe">Text here</p>
This sample text font color is #4dbffe
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.
#4dbffe Background Color
<div style="background-color:#4dbffe">
Div content here</div>
This div background color is #4dbffe
#4dbffe Border Color
<div style="border:3px solid #4dbffe">
Div here</div>
This div border color is #4dbffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,191,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4dbffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4dbffe; -webkit-box-shadow: 1px 1px 3px 2px #4dbffe; box-shadow: 1px 1px 3px 2px #4dbffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,191,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4dbffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4dbffe; -webkit-box-shadow: 1px 1px 3px 2px #4dbffe; box-shadow: 1px 1px 3px 2px #4dbffe;">
Div content here</div>
This div box has shadow with color #4dbffe
Comments
No comments written yet.
Please login to write comment.