Color spaces of #4decce
RGB | 77 | 236 | 206 |
---|---|---|---|
HSL | 0.47 | 0.81 | 0.61 |
HSV | 169° | 67° | 93° |
CMYK | 0.67 | 0.00 | 0.13 0.07 |
XYZ | 44.1966 | 66.0249 | 68.8072 |
Yxy | 66.0249 | 0.2469 | 0.3688 |
Hunter Lab | 81.2557 | -45.1078 | 6.6723 |
CIE-Lab | 85.0091 | -48.0193 | 2.5257 |
#4decce color RGB value is (77,236,206).
#4decce hex color red value is 77, green value is 236 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4decce hue: 0.47 , saturation: 0.81 and the lightness value of 4decce is 0.61.
The process color (four color CMYK) of #4decce color hex is 0.67, 0.00, 0.13, 0.07. Web safe color of #4decce is #66ffcc. Color #4decce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 11101100 | 11001110 |
Octal | 115 | 354 | 316 |
Decimal | 77 | 236 | 206 |
Hex | 4D | EC | CE |
Shades of #4decce
Tints of #4decce
RGB Percentages of Color #4decce
CMYK Percentages of Color #4decce
Complementary Color
#4decce | #ec4d6b |
#4decce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4decce Color Preview on White Background
Lorem ipsum dolor sit amet.
#4decce Color CSS Codes
.mybgcolor {background-color:#4decce; } .myforecolor {color:#4decce; } .mybordercolor {border:3px solid #4decce; }
#4decce Text Font Color
<p style="color:#4decce">Text here</p>
This sample text font color is #4decce
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.
#4decce Background Color
<div style="background-color:#4decce">
Div content here</div>
This div background color is #4decce
#4decce Border Color
<div style="border:3px solid #4decce">
Div here</div>
This div border color is #4decce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,236,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4decce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4decce; -webkit-box-shadow: 1px 1px 3px 2px #4decce; box-shadow: 1px 1px 3px 2px #4decce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,236,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4decce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4decce; -webkit-box-shadow: 1px 1px 3px 2px #4decce; box-shadow: 1px 1px 3px 2px #4decce;">
Div content here</div>
This div box has shadow with color #4decce
Comments
No comments written yet.
Please login to write comment.