Color spaces of #48aaee
RGB | 72 | 170 | 238 |
---|---|---|---|
HSL | 0.57 | 0.83 | 0.61 |
HSV | 205° | 70° | 93° |
CMYK | 0.70 | 0.29 | 0.00 0.07 |
XYZ | 32.4798 | 36.3002 | 86.1837 |
Yxy | 36.3002 | 0.2096 | 0.2342 |
Hunter Lab | 60.2496 | -9.2099 | -42.6362 |
CIE-Lab | 66.7487 | -7.1100 | -42.3355 |
#48aaee color RGB value is (72,170,238).
#48aaee hex color red value is 72, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #48aaee hue: 0.57 , saturation: 0.83 and the lightness value of 48aaee is 0.61.
The process color (four color CMYK) of #48aaee color hex is 0.70, 0.29, 0.00, 0.07. Web safe color of #48aaee is #3399ff. Color #48aaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10101010 | 11101110 |
Octal | 110 | 252 | 356 |
Decimal | 72 | 170 | 238 |
Hex | 48 | AA | EE |
Shades of #48aaee
Tints of #48aaee
RGB Percentages of Color #48aaee
CMYK Percentages of Color #48aaee
Complementary Color
#48aaee | #ee8c48 |
#48aaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48aaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#48aaee Color CSS Codes
.mybgcolor {background-color:#48aaee; } .myforecolor {color:#48aaee; } .mybordercolor {border:3px solid #48aaee; }
#48aaee Text Font Color
<p style="color:#48aaee">Text here</p>
This sample text font color is #48aaee
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.
#48aaee Background Color
<div style="background-color:#48aaee">
Div content here</div>
This div background color is #48aaee
#48aaee Border Color
<div style="border:3px solid #48aaee">
Div here</div>
This div border color is #48aaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,170,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48aaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48aaee; -webkit-box-shadow: 1px 1px 3px 2px #48aaee; box-shadow: 1px 1px 3px 2px #48aaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,170,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48aaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48aaee; -webkit-box-shadow: 1px 1px 3px 2px #48aaee; box-shadow: 1px 1px 3px 2px #48aaee;">
Div content here</div>
This div box has shadow with color #48aaee
Comments
No comments written yet.
Please login to write comment.