Color spaces of #4adbd5
RGB | 74 | 219 | 213 |
---|---|---|---|
HSL | 0.49 | 0.67 | 0.57 |
HSV | 178° | 66° | 86° |
CMYK | 0.66 | 0.00 | 0.03 0.14 |
XYZ | 40.1658 | 56.9230 | 71.8211 |
Yxy | 56.9230 | 0.2378 | 0.3370 |
Hunter Lab | 75.4473 | -37.0050 | -3.6272 |
CIE-Lab | 80.1363 | -39.1691 | -8.3459 |
#4adbd5 color RGB value is (74,219,213).
#4adbd5 hex color red value is 74, green value is 219 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #4adbd5 hue: 0.49 , saturation: 0.67 and the lightness value of 4adbd5 is 0.57.
The process color (four color CMYK) of #4adbd5 color hex is 0.66, 0.00, 0.03, 0.14. Web safe color of #4adbd5 is #33cccc. Color #4adbd5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 11011011 | 11010101 |
Octal | 112 | 333 | 325 |
Decimal | 74 | 219 | 213 |
Hex | 4A | DB | D5 |
Shades of #4adbd5
Tints of #4adbd5
RGB Percentages of Color #4adbd5
CMYK Percentages of Color #4adbd5
Complementary Color
#4adbd5 | #db4a50 |
#4adbd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4adbd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#4adbd5 Color CSS Codes
.mybgcolor {background-color:#4adbd5; } .myforecolor {color:#4adbd5; } .mybordercolor {border:3px solid #4adbd5; }
#4adbd5 Text Font Color
<p style="color:#4adbd5">Text here</p>
This sample text font color is #4adbd5
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.
#4adbd5 Background Color
<div style="background-color:#4adbd5">
Div content here</div>
This div background color is #4adbd5
#4adbd5 Border Color
<div style="border:3px solid #4adbd5">
Div here</div>
This div border color is #4adbd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,219,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4adbd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4adbd5; -webkit-box-shadow: 1px 1px 3px 2px #4adbd5; box-shadow: 1px 1px 3px 2px #4adbd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,219,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4adbd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4adbd5; -webkit-box-shadow: 1px 1px 3px 2px #4adbd5; box-shadow: 1px 1px 3px 2px #4adbd5;">
Div content here</div>
This div box has shadow with color #4adbd5
Comments
No comments written yet.
Please login to write comment.