Color spaces of #54baeb
RGB | 84 | 186 | 235 |
---|---|---|---|
HSL | 0.55 | 0.79 | 0.63 |
HSV | 199° | 64° | 92° |
CMYK | 0.64 | 0.21 | 0.00 0.08 |
XYZ | 36.2105 | 43.0008 | 84.9888 |
Yxy | 43.0008 | 0.2205 | 0.2619 |
Hunter Lab | 65.5750 | -16.1886 | -30.9406 |
CIE-Lab | 71.5555 | -14.9273 | -33.1889 |
#54baeb color RGB value is (84,186,235).
#54baeb hex color red value is 84, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #54baeb hue: 0.55 , saturation: 0.79 and the lightness value of 54baeb is 0.63.
The process color (four color CMYK) of #54baeb color hex is 0.64, 0.21, 0.00, 0.08. Web safe color of #54baeb is #66ccff. Color #54baeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 10111010 | 11101011 |
Octal | 124 | 272 | 353 |
Decimal | 84 | 186 | 235 |
Hex | 54 | BA | EB |
Shades of #54baeb
Tints of #54baeb
RGB Percentages of Color #54baeb
CMYK Percentages of Color #54baeb
Complementary Color
#54baeb | #eb8554 |
#54baeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54baeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#54baeb Color CSS Codes
.mybgcolor {background-color:#54baeb; } .myforecolor {color:#54baeb; } .mybordercolor {border:3px solid #54baeb; }
#54baeb Text Font Color
<p style="color:#54baeb">Text here</p>
This sample text font color is #54baeb
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.
#54baeb Background Color
<div style="background-color:#54baeb">
Div content here</div>
This div background color is #54baeb
#54baeb Border Color
<div style="border:3px solid #54baeb">
Div here</div>
This div border color is #54baeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,186,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54baeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54baeb; -webkit-box-shadow: 1px 1px 3px 2px #54baeb; box-shadow: 1px 1px 3px 2px #54baeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,186,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54baeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54baeb; -webkit-box-shadow: 1px 1px 3px 2px #54baeb; box-shadow: 1px 1px 3px 2px #54baeb;">
Div content here</div>
This div box has shadow with color #54baeb
Comments
No comments written yet.
Please login to write comment.