Color spaces of #4ccede
RGB | 76 | 206 | 222 |
---|---|---|---|
HSL | 0.52 | 0.69 | 0.58 |
HSV | 187° | 66° | 87° |
CMYK | 0.66 | 0.07 | 0.00 0.13 |
XYZ | 38.2366 | 50.9530 | 76.9269 |
Yxy | 50.9530 | 0.2302 | 0.3067 |
Hunter Lab | 71.3814 | -29.3009 | -13.9292 |
CIE-Lab | 76.6505 | -30.2504 | -18.3873 |
#4ccede color RGB value is (76,206,222).
#4ccede hex color red value is 76, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4ccede hue: 0.52 , saturation: 0.69 and the lightness value of 4ccede is 0.58.
The process color (four color CMYK) of #4ccede color hex is 0.66, 0.07, 0.00, 0.13. Web safe color of #4ccede is #33cccc. Color #4ccede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11001110 | 11011110 |
Octal | 114 | 316 | 336 |
Decimal | 76 | 206 | 222 |
Hex | 4C | CE | DE |
Shades of #4ccede
Tints of #4ccede
RGB Percentages of Color #4ccede
CMYK Percentages of Color #4ccede
Complementary Color
#4ccede | #de5c4c |
#4ccede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ccede Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ccede Color CSS Codes
.mybgcolor {background-color:#4ccede; } .myforecolor {color:#4ccede; } .mybordercolor {border:3px solid #4ccede; }
#4ccede Text Font Color
<p style="color:#4ccede">Text here</p>
This sample text font color is #4ccede
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.
#4ccede Background Color
<div style="background-color:#4ccede">
Div content here</div>
This div background color is #4ccede
#4ccede Border Color
<div style="border:3px solid #4ccede">
Div here</div>
This div border color is #4ccede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,206,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ccede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ccede; -webkit-box-shadow: 1px 1px 3px 2px #4ccede; box-shadow: 1px 1px 3px 2px #4ccede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,206,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ccede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ccede; -webkit-box-shadow: 1px 1px 3px 2px #4ccede; box-shadow: 1px 1px 3px 2px #4ccede;">
Div content here</div>
This div box has shadow with color #4ccede
Comments
No comments written yet.
Please login to write comment.