Color spaces of #4dcafa
RGB | 77 | 202 | 250 |
---|---|---|---|
HSL | 0.55 | 0.95 | 0.64 |
HSV | 197° | 69° | 98° |
CMYK | 0.69 | 0.19 | 0.00 0.02 |
XYZ | 41.4364 | 50.7210 | 98.0487 |
Yxy | 50.7210 | 0.2179 | 0.2667 |
Hunter Lab | 71.2187 | -20.7779 | -31.7731 |
CIE-Lab | 76.5097 | -19.6218 | -33.6339 |
#4dcafa color RGB value is (77,202,250).
#4dcafa hex color red value is 77, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4dcafa hue: 0.55 , saturation: 0.95 and the lightness value of 4dcafa is 0.64.
The process color (four color CMYK) of #4dcafa color hex is 0.69, 0.19, 0.00, 0.02. Web safe color of #4dcafa is #66ccff. Color #4dcafa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 11001010 | 11111010 |
Octal | 115 | 312 | 372 |
Decimal | 77 | 202 | 250 |
Hex | 4D | CA | FA |
Shades of #4dcafa
Tints of #4dcafa
RGB Percentages of Color #4dcafa
CMYK Percentages of Color #4dcafa
Complementary Color
#4dcafa | #fa7d4d |
#4dcafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4dcafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4dcafa Color CSS Codes
.mybgcolor {background-color:#4dcafa; } .myforecolor {color:#4dcafa; } .mybordercolor {border:3px solid #4dcafa; }
#4dcafa Text Font Color
<p style="color:#4dcafa">Text here</p>
This sample text font color is #4dcafa
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.
#4dcafa Background Color
<div style="background-color:#4dcafa">
Div content here</div>
This div background color is #4dcafa
#4dcafa Border Color
<div style="border:3px solid #4dcafa">
Div here</div>
This div border color is #4dcafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,202,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4dcafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4dcafa; -webkit-box-shadow: 1px 1px 3px 2px #4dcafa; box-shadow: 1px 1px 3px 2px #4dcafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,202,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4dcafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4dcafa; -webkit-box-shadow: 1px 1px 3px 2px #4dcafa; box-shadow: 1px 1px 3px 2px #4dcafa;">
Div content here</div>
This div box has shadow with color #4dcafa
Comments
No comments written yet.
Please login to write comment.