Color spaces of #4cddff
RGB | 76 | 221 | 255 |
---|---|---|---|
HSL | 0.53 | 1.00 | 0.65 |
HSV | 191° | 70° | 100° |
CMYK | 0.70 | 0.13 | 0.00 0.00 |
XYZ | 46.8869 | 60.4694 | 103.8083 |
Yxy | 60.4694 | 0.2220 | 0.2864 |
Hunter Lab | 77.7621 | -28.4565 | -24.7156 |
CIE-Lab | 82.0927 | -27.7429 | -27.7180 |
#4cddff color RGB value is (76,221,255).
#4cddff hex color red value is 76, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4cddff hue: 0.53 , saturation: 1.00 and the lightness value of 4cddff is 0.65.
The process color (four color CMYK) of #4cddff color hex is 0.70, 0.13, 0.00, 0.00. Web safe color of #4cddff is #33ccff. Color #4cddff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11011101 | 11111111 |
Octal | 114 | 335 | 377 |
Decimal | 76 | 221 | 255 |
Hex | 4C | DD | FF |
Shades of #4cddff
Tints of #4cddff
RGB Percentages of Color #4cddff
CMYK Percentages of Color #4cddff
Complementary Color
#4cddff | #ff6e4c |
#4cddff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4cddff Color Preview on White Background
Lorem ipsum dolor sit amet.
#4cddff Color CSS Codes
.mybgcolor {background-color:#4cddff; } .myforecolor {color:#4cddff; } .mybordercolor {border:3px solid #4cddff; }
#4cddff Text Font Color
<p style="color:#4cddff">Text here</p>
This sample text font color is #4cddff
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.
#4cddff Background Color
<div style="background-color:#4cddff">
Div content here</div>
This div background color is #4cddff
#4cddff Border Color
<div style="border:3px solid #4cddff">
Div here</div>
This div border color is #4cddff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,221,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4cddff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4cddff; -webkit-box-shadow: 1px 1px 3px 2px #4cddff; box-shadow: 1px 1px 3px 2px #4cddff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,221,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4cddff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4cddff; -webkit-box-shadow: 1px 1px 3px 2px #4cddff; box-shadow: 1px 1px 3px 2px #4cddff;">
Div content here</div>
This div box has shadow with color #4cddff
Comments
No comments written yet.
Please login to write comment.