Color spaces of #53b5ce
RGB | 83 | 181 | 206 |
---|---|---|---|
HSL | 0.53 | 0.56 | 0.57 |
HSV | 192° | 60° | 81° |
CMYK | 0.60 | 0.12 | 0.00 0.19 |
XYZ | 31.2317 | 39.3430 | 64.3404 |
Yxy | 39.3430 | 0.2315 | 0.2916 |
Hunter Lab | 62.7240 | -20.8878 | -16.9111 |
CIE-Lab | 68.9990 | -21.3459 | -21.2806 |
#53b5ce color RGB value is (83,181,206).
#53b5ce hex color red value is 83, green value is 181 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #53b5ce hue: 0.53 , saturation: 0.56 and the lightness value of 53b5ce is 0.57.
The process color (four color CMYK) of #53b5ce color hex is 0.60, 0.12, 0.00, 0.19. Web safe color of #53b5ce is #66cccc. Color #53b5ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 10110101 | 11001110 |
Octal | 123 | 265 | 316 |
Decimal | 83 | 181 | 206 |
Hex | 53 | B5 | CE |
Shades of #53b5ce
Tints of #53b5ce
RGB Percentages of Color #53b5ce
CMYK Percentages of Color #53b5ce
Complementary Color
#53b5ce | #ce6c53 |
#53b5ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53b5ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#53b5ce Color CSS Codes
.mybgcolor {background-color:#53b5ce; } .myforecolor {color:#53b5ce; } .mybordercolor {border:3px solid #53b5ce; }
#53b5ce Text Font Color
<p style="color:#53b5ce">Text here</p>
This sample text font color is #53b5ce
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.
#53b5ce Background Color
<div style="background-color:#53b5ce">
Div content here</div>
This div background color is #53b5ce
#53b5ce Border Color
<div style="border:3px solid #53b5ce">
Div here</div>
This div border color is #53b5ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,181,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53b5ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53b5ce; -webkit-box-shadow: 1px 1px 3px 2px #53b5ce; box-shadow: 1px 1px 3px 2px #53b5ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,181,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #53b5ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53b5ce; -webkit-box-shadow: 1px 1px 3px 2px #53b5ce; box-shadow: 1px 1px 3px 2px #53b5ce;">
Div content here</div>
This div box has shadow with color #53b5ce
Comments
No comments written yet.
Please login to write comment.