Color spaces of #4cebca
RGB | 76 | 235 | 202 |
---|---|---|---|
HSL | 0.47 | 0.80 | 0.61 |
HSV | 168° | 68° | 92° |
CMYK | 0.68 | 0.00 | 0.14 0.08 |
XYZ | 43.3495 | 65.2174 | 66.1806 |
Yxy | 65.2174 | 0.2481 | 0.3732 |
Hunter Lab | 80.7573 | -45.5087 | 7.9419 |
CIE-Lab | 84.5956 | -48.7279 | 4.0251 |
#4cebca color RGB value is (76,235,202).
#4cebca hex color red value is 76, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4cebca hue: 0.47 , saturation: 0.80 and the lightness value of 4cebca is 0.61.
The process color (four color CMYK) of #4cebca color hex is 0.68, 0.00, 0.14, 0.08. Web safe color of #4cebca is #33ffcc. Color #4cebca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 11101011 | 11001010 |
Octal | 114 | 353 | 312 |
Decimal | 76 | 235 | 202 |
Hex | 4C | EB | CA |
Shades of #4cebca
Tints of #4cebca
RGB Percentages of Color #4cebca
CMYK Percentages of Color #4cebca
Complementary Color
#4cebca | #eb4c6d |
#4cebca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4cebca Color Preview on White Background
Lorem ipsum dolor sit amet.
#4cebca Color CSS Codes
.mybgcolor {background-color:#4cebca; } .myforecolor {color:#4cebca; } .mybordercolor {border:3px solid #4cebca; }
#4cebca Text Font Color
<p style="color:#4cebca">Text here</p>
This sample text font color is #4cebca
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.
#4cebca Background Color
<div style="background-color:#4cebca">
Div content here</div>
This div background color is #4cebca
#4cebca Border Color
<div style="border:3px solid #4cebca">
Div here</div>
This div border color is #4cebca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,235,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4cebca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4cebca; -webkit-box-shadow: 1px 1px 3px 2px #4cebca; box-shadow: 1px 1px 3px 2px #4cebca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,235,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4cebca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4cebca; -webkit-box-shadow: 1px 1px 3px 2px #4cebca; box-shadow: 1px 1px 3px 2px #4cebca;">
Div content here</div>
This div box has shadow with color #4cebca
Comments
No comments written yet.
Please login to write comment.