Color spaces of #4bdcae
RGB | 75 | 220 | 174 |
---|---|---|---|
HSL | 0.45 | 0.67 | 0.58 |
HSV | 161° | 66° | 86° |
CMYK | 0.66 | 0.00 | 0.21 0.14 |
XYZ | 36.1348 | 55.7382 | 48.8985 |
Yxy | 55.7382 | 0.2567 | 0.3959 |
Hunter Lab | 74.6580 | -44.2568 | 13.4277 |
CIE-Lab | 79.4646 | -49.2709 | 11.4354 |
#4bdcae color RGB value is (75,220,174).
#4bdcae hex color red value is 75, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4bdcae hue: 0.45 , saturation: 0.67 and the lightness value of 4bdcae is 0.58.
The process color (four color CMYK) of #4bdcae color hex is 0.66, 0.00, 0.21, 0.14. Web safe color of #4bdcae is #33cc99. Color #4bdcae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 11011100 | 10101110 |
Octal | 113 | 334 | 256 |
Decimal | 75 | 220 | 174 |
Hex | 4B | DC | AE |
Shades of #4bdcae
Tints of #4bdcae
RGB Percentages of Color #4bdcae
CMYK Percentages of Color #4bdcae
Complementary Color
#4bdcae | #dc4b79 |
#4bdcae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4bdcae Color Preview on White Background
Lorem ipsum dolor sit amet.
#4bdcae Color CSS Codes
.mybgcolor {background-color:#4bdcae; } .myforecolor {color:#4bdcae; } .mybordercolor {border:3px solid #4bdcae; }
#4bdcae Text Font Color
<p style="color:#4bdcae">Text here</p>
This sample text font color is #4bdcae
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.
#4bdcae Background Color
<div style="background-color:#4bdcae">
Div content here</div>
This div background color is #4bdcae
#4bdcae Border Color
<div style="border:3px solid #4bdcae">
Div here</div>
This div border color is #4bdcae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,220,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4bdcae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4bdcae; -webkit-box-shadow: 1px 1px 3px 2px #4bdcae; box-shadow: 1px 1px 3px 2px #4bdcae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,220,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4bdcae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4bdcae; -webkit-box-shadow: 1px 1px 3px 2px #4bdcae; box-shadow: 1px 1px 3px 2px #4bdcae;">
Div content here</div>
This div box has shadow with color #4bdcae
Comments
No comments written yet.
Please login to write comment.