Color spaces of #48adea
RGB | 72 | 173 | 234 |
---|---|---|---|
HSL | 0.56 | 0.79 | 0.60 |
HSV | 203° | 69° | 92° |
CMYK | 0.69 | 0.26 | 0.00 0.08 |
XYZ | 32.4673 | 37.2054 | 83.3120 |
Yxy | 37.2054 | 0.2122 | 0.2432 |
Hunter Lab | 60.9962 | -11.7308 | -38.2842 |
CIE-Lab | 67.4308 | -10.0953 | -39.0813 |
#48adea color RGB value is (72,173,234).
#48adea hex color red value is 72, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #48adea hue: 0.56 , saturation: 0.79 and the lightness value of 48adea is 0.60.
The process color (four color CMYK) of #48adea color hex is 0.69, 0.26, 0.00, 0.08. Web safe color of #48adea is #3399ff. Color #48adea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10101101 | 11101010 |
Octal | 110 | 255 | 352 |
Decimal | 72 | 173 | 234 |
Hex | 48 | AD | EA |
Shades of #48adea
Tints of #48adea
RGB Percentages of Color #48adea
CMYK Percentages of Color #48adea
Complementary Color
#48adea | #ea8548 |
#48adea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48adea Color Preview on White Background
Lorem ipsum dolor sit amet.
#48adea Color CSS Codes
.mybgcolor {background-color:#48adea; } .myforecolor {color:#48adea; } .mybordercolor {border:3px solid #48adea; }
#48adea Text Font Color
<p style="color:#48adea">Text here</p>
This sample text font color is #48adea
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.
#48adea Background Color
<div style="background-color:#48adea">
Div content here</div>
This div background color is #48adea
#48adea Border Color
<div style="border:3px solid #48adea">
Div here</div>
This div border color is #48adea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,173,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48adea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48adea; -webkit-box-shadow: 1px 1px 3px 2px #48adea; box-shadow: 1px 1px 3px 2px #48adea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,173,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48adea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48adea; -webkit-box-shadow: 1px 1px 3px 2px #48adea; box-shadow: 1px 1px 3px 2px #48adea;">
Div content here</div>
This div box has shadow with color #48adea
Comments
No comments written yet.
Please login to write comment.