Color spaces of #4cebdc
RGB | 76 | 235 | 220 |
---|---|---|---|
HSL | 0.48 | 0.80 | 0.61 |
HSV | 174° | 68° | 92° |
CMYK | 0.68 | 0.00 | 0.06 0.08 |
XYZ | 45.6071 | 66.1205 | 78.0689 |
Yxy | 66.1205 | 0.2403 | 0.3484 |
Hunter Lab | 81.3145 | -42.1846 | -0.0033 |
CIE-Lab | 85.0578 | -44.1516 | -4.7691 |
#4cebdc color RGB value is (76,235,220).
#4cebdc hex color red value is 76, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4cebdc hue: 0.48 , saturation: 0.80 and the lightness value of 4cebdc is 0.61.
The process color (four color CMYK) of #4cebdc color hex is 0.68, 0.00, 0.06, 0.08. Web safe color of #4cebdc is #33ffcc. Color #4cebdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11101011 | 11011100 |
Octal | 114 | 353 | 334 |
Decimal | 76 | 235 | 220 |
Hex | 4C | EB | DC |
Shades of #4cebdc
Tints of #4cebdc
RGB Percentages of Color #4cebdc
CMYK Percentages of Color #4cebdc
Complementary Color
#4cebdc | #eb4c5b |
#4cebdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4cebdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4cebdc Color CSS Codes
.mybgcolor {background-color:#4cebdc; } .myforecolor {color:#4cebdc; } .mybordercolor {border:3px solid #4cebdc; }
#4cebdc Text Font Color
<p style="color:#4cebdc">Text here</p>
This sample text font color is #4cebdc
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.
#4cebdc Background Color
<div style="background-color:#4cebdc">
Div content here</div>
This div background color is #4cebdc
#4cebdc Border Color
<div style="border:3px solid #4cebdc">
Div here</div>
This div border color is #4cebdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,235,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4cebdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4cebdc; -webkit-box-shadow: 1px 1px 3px 2px #4cebdc; box-shadow: 1px 1px 3px 2px #4cebdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,235,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4cebdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4cebdc; -webkit-box-shadow: 1px 1px 3px 2px #4cebdc; box-shadow: 1px 1px 3px 2px #4cebdc;">
Div content here</div>
This div box has shadow with color #4cebdc
Comments
No comments written yet.
Please login to write comment.