Color spaces of #4debdc
RGB | 77 | 235 | 220 |
---|---|---|---|
HSL | 0.48 | 0.80 | 0.61 |
HSV | 174° | 67° | 92° |
CMYK | 0.67 | 0.00 | 0.06 0.08 |
XYZ | 45.6872 | 66.1617 | 78.0727 |
Yxy | 66.1617 | 0.2406 | 0.3484 |
Hunter Lab | 81.3398 | -42.0843 | 0.0294 |
CIE-Lab | 85.0788 | -44.0130 | -4.7358 |
#4debdc color RGB value is (77,235,220).
#4debdc hex color red value is 77, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4debdc hue: 0.48 , saturation: 0.80 and the lightness value of 4debdc is 0.61.
The process color (four color CMYK) of #4debdc color hex is 0.67, 0.00, 0.06, 0.08. Web safe color of #4debdc is #66ffcc. Color #4debdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 11101011 | 11011100 |
Octal | 115 | 353 | 334 |
Decimal | 77 | 235 | 220 |
Hex | 4D | EB | DC |
Shades of #4debdc
Tints of #4debdc
RGB Percentages of Color #4debdc
CMYK Percentages of Color #4debdc
Complementary Color
#4debdc | #eb4d5c |
#4debdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4debdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4debdc Color CSS Codes
.mybgcolor {background-color:#4debdc; } .myforecolor {color:#4debdc; } .mybordercolor {border:3px solid #4debdc; }
#4debdc Text Font Color
<p style="color:#4debdc">Text here</p>
This sample text font color is #4debdc
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.
#4debdc Background Color
<div style="background-color:#4debdc">
Div content here</div>
This div background color is #4debdc
#4debdc Border Color
<div style="border:3px solid #4debdc">
Div here</div>
This div border color is #4debdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,235,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4debdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4debdc; -webkit-box-shadow: 1px 1px 3px 2px #4debdc; box-shadow: 1px 1px 3px 2px #4debdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,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 #4debdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4debdc; -webkit-box-shadow: 1px 1px 3px 2px #4debdc; box-shadow: 1px 1px 3px 2px #4debdc;">
Div content here</div>
This div box has shadow with color #4debdc
Comments
No comments written yet.
Please login to write comment.