Color spaces of #51aded
RGB | 81 | 173 | 237 |
---|---|---|---|
HSL | 0.57 | 0.81 | 0.62 |
HSV | 205° | 66° | 93° |
CMYK | 0.66 | 0.27 | 0.00 0.07 |
XYZ | 33.6230 | 37.7509 | 85.6353 |
Yxy | 37.7509 | 0.2141 | 0.2404 |
Hunter Lab | 61.4418 | -9.8419 | -39.6270 |
CIE-Lab | 67.8366 | -7.7454 | -40.0665 |
#51aded color RGB value is (81,173,237).
#51aded hex color red value is 81, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #51aded hue: 0.57 , saturation: 0.81 and the lightness value of 51aded is 0.62.
The process color (four color CMYK) of #51aded color hex is 0.66, 0.27, 0.00, 0.07. Web safe color of #51aded is #6699ff. Color #51aded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10101101 | 11101101 |
Octal | 121 | 255 | 355 |
Decimal | 81 | 173 | 237 |
Hex | 51 | AD | ED |
Shades of #51aded
Tints of #51aded
RGB Percentages of Color #51aded
CMYK Percentages of Color #51aded
Complementary Color
#51aded | #ed9151 |
#51aded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51aded Color Preview on White Background
Lorem ipsum dolor sit amet.
#51aded Color CSS Codes
.mybgcolor {background-color:#51aded; } .myforecolor {color:#51aded; } .mybordercolor {border:3px solid #51aded; }
#51aded Text Font Color
<p style="color:#51aded">Text here</p>
This sample text font color is #51aded
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.
#51aded Background Color
<div style="background-color:#51aded">
Div content here</div>
This div background color is #51aded
#51aded Border Color
<div style="border:3px solid #51aded">
Div here</div>
This div border color is #51aded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,173,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51aded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51aded; -webkit-box-shadow: 1px 1px 3px 2px #51aded; box-shadow: 1px 1px 3px 2px #51aded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,173,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51aded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51aded; -webkit-box-shadow: 1px 1px 3px 2px #51aded; box-shadow: 1px 1px 3px 2px #51aded;">
Div content here</div>
This div box has shadow with color #51aded
Comments
No comments written yet.
Please login to write comment.