Color spaces of #48becb
RGB | 72 | 190 | 203 |
---|---|---|---|
HSL | 0.52 | 0.56 | 0.54 |
HSV | 186° | 65° | 80° |
CMYK | 0.65 | 0.06 | 0.00 0.20 |
XYZ | 31.8654 | 42.5164 | 63.0269 |
Yxy | 42.5164 | 0.2319 | 0.3094 |
Hunter Lab | 65.2046 | -26.8753 | -11.6666 |
CIE-Lab | 71.2255 | -28.6249 | -16.2919 |
#48becb color RGB value is (72,190,203).
#48becb hex color red value is 72, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #48becb hue: 0.52 , saturation: 0.56 and the lightness value of 48becb is 0.54.
The process color (four color CMYK) of #48becb color hex is 0.65, 0.06, 0.00, 0.20. Web safe color of #48becb is #33cccc. Color #48becb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10111110 | 11001011 |
Octal | 110 | 276 | 313 |
Decimal | 72 | 190 | 203 |
Hex | 48 | BE | CB |
Shades of #48becb
Tints of #48becb
RGB Percentages of Color #48becb
CMYK Percentages of Color #48becb
Complementary Color
#48becb | #cb5548 |
#48becb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48becb Color Preview on White Background
Lorem ipsum dolor sit amet.
#48becb Color CSS Codes
.mybgcolor {background-color:#48becb; } .myforecolor {color:#48becb; } .mybordercolor {border:3px solid #48becb; }
#48becb Text Font Color
<p style="color:#48becb">Text here</p>
This sample text font color is #48becb
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.
#48becb Background Color
<div style="background-color:#48becb">
Div content here</div>
This div background color is #48becb
#48becb Border Color
<div style="border:3px solid #48becb">
Div here</div>
This div border color is #48becb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,190,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48becb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48becb; -webkit-box-shadow: 1px 1px 3px 2px #48becb; box-shadow: 1px 1px 3px 2px #48becb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,190,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48becb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48becb; -webkit-box-shadow: 1px 1px 3px 2px #48becb; box-shadow: 1px 1px 3px 2px #48becb;">
Div content here</div>
This div box has shadow with color #48becb
Comments
No comments written yet.
Please login to write comment.