Color spaces of #48deda
RGB | 72 | 222 | 218 |
---|---|---|---|
HSL | 0.50 | 0.69 | 0.58 |
HSV | 178° | 68° | 87° |
CMYK | 0.68 | 0.00 | 0.02 0.13 |
XYZ | 41.4487 | 58.6822 | 75.4719 |
Yxy | 58.6822 | 0.2360 | 0.3342 |
Hunter Lab | 76.6043 | -37.4756 | -4.7905 |
CIE-Lab | 81.1166 | -39.4417 | -9.5570 |
#48deda color RGB value is (72,222,218).
#48deda hex color red value is 72, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #48deda hue: 0.50 , saturation: 0.69 and the lightness value of 48deda is 0.58.
The process color (four color CMYK) of #48deda color hex is 0.68, 0.00, 0.02, 0.13. Web safe color of #48deda is #33cccc. Color #48deda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 11011110 | 11011010 |
Octal | 110 | 336 | 332 |
Decimal | 72 | 222 | 218 |
Hex | 48 | DE | DA |
Shades of #48deda
Tints of #48deda
RGB Percentages of Color #48deda
CMYK Percentages of Color #48deda
Complementary Color
#48deda | #de484c |
#48deda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48deda Color Preview on White Background
Lorem ipsum dolor sit amet.
#48deda Color CSS Codes
.mybgcolor {background-color:#48deda; } .myforecolor {color:#48deda; } .mybordercolor {border:3px solid #48deda; }
#48deda Text Font Color
<p style="color:#48deda">Text here</p>
This sample text font color is #48deda
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.
#48deda Background Color
<div style="background-color:#48deda">
Div content here</div>
This div background color is #48deda
#48deda Border Color
<div style="border:3px solid #48deda">
Div here</div>
This div border color is #48deda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,222,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48deda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48deda; -webkit-box-shadow: 1px 1px 3px 2px #48deda; box-shadow: 1px 1px 3px 2px #48deda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,222,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48deda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48deda; -webkit-box-shadow: 1px 1px 3px 2px #48deda; box-shadow: 1px 1px 3px 2px #48deda;">
Div content here</div>
This div box has shadow with color #48deda
Comments
No comments written yet.
Please login to write comment.