Color spaces of #4dbebe
RGB | 77 | 190 | 190 |
---|---|---|---|
HSL | 0.50 | 0.47 | 0.52 |
HSV | 180° | 59° | 75° |
CMYK | 0.59 | 0.00 | 0.00 0.25 |
XYZ | 30.7683 | 42.1224 | 55.2240 |
Yxy | 42.1224 | 0.2402 | 0.3288 |
Hunter Lab | 64.9018 | -28.9557 | -5.0178 |
CIE-Lab | 70.9552 | -31.4929 | -9.5742 |
#4dbebe color RGB value is (77,190,190).
#4dbebe hex color red value is 77, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4dbebe hue: 0.50 , saturation: 0.47 and the lightness value of 4dbebe is 0.52.
The process color (four color CMYK) of #4dbebe color hex is 0.59, 0.00, 0.00, 0.25. Web safe color of #4dbebe is #66cccc. Color #4dbebe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 10111110 | 10111110 |
Octal | 115 | 276 | 276 |
Decimal | 77 | 190 | 190 |
Hex | 4D | BE | BE |
Shades of #4dbebe
Tints of #4dbebe
RGB Percentages of Color #4dbebe
CMYK Percentages of Color #4dbebe
Complementary Color
#4dbebe | #be4d4d |
#4dbebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4dbebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#4dbebe Color CSS Codes
.mybgcolor {background-color:#4dbebe; } .myforecolor {color:#4dbebe; } .mybordercolor {border:3px solid #4dbebe; }
#4dbebe Text Font Color
<p style="color:#4dbebe">Text here</p>
This sample text font color is #4dbebe
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.
#4dbebe Background Color
<div style="background-color:#4dbebe">
Div content here</div>
This div background color is #4dbebe
#4dbebe Border Color
<div style="border:3px solid #4dbebe">
Div here</div>
This div border color is #4dbebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,190,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4dbebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4dbebe; -webkit-box-shadow: 1px 1px 3px 2px #4dbebe; box-shadow: 1px 1px 3px 2px #4dbebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,190,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4dbebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4dbebe; -webkit-box-shadow: 1px 1px 3px 2px #4dbebe; box-shadow: 1px 1px 3px 2px #4dbebe;">
Div content here</div>
This div box has shadow with color #4dbebe
Comments
No comments written yet.
Please login to write comment.