Color spaces of #369add
RGB | 54 | 154 | 221 |
---|---|---|---|
HSL | 0.57 | 0.71 | 0.54 |
HSV | 204° | 76° | 87° |
CMYK | 0.76 | 0.30 | 0.00 0.13 |
XYZ | 26.1281 | 29.1159 | 72.6495 |
Yxy | 29.1159 | 0.2043 | 0.2277 |
Hunter Lab | 53.9592 | -7.9952 | -42.0554 |
CIE-Lab | 60.8838 | -6.2885 | -42.2066 |
#369add color RGB value is (54,154,221).
#369add hex color red value is 54, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #369add hue: 0.57 , saturation: 0.71 and the lightness value of 369add is 0.54.
The process color (four color CMYK) of #369add color hex is 0.76, 0.30, 0.00, 0.13. Web safe color of #369add is #3399cc. Color #369add contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 10011010 | 11011101 |
Octal | 66 | 232 | 335 |
Decimal | 54 | 154 | 221 |
Hex | 36 | 9A | DD |
Shades of #369add
Tints of #369add
RGB Percentages of Color #369add
CMYK Percentages of Color #369add
Complementary Color
#369add | #dd7936 |
#369add Color Preview on Black Background
Lorem ipsum dolor sit amet.
#369add Color Preview on White Background
Lorem ipsum dolor sit amet.
#369add Color CSS Codes
.mybgcolor {background-color:#369add; } .myforecolor {color:#369add; } .mybordercolor {border:3px solid #369add; }
#369add Text Font Color
<p style="color:#369add">Text here</p>
This sample text font color is #369add
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.
#369add Background Color
<div style="background-color:#369add">
Div content here</div>
This div background color is #369add
#369add Border Color
<div style="border:3px solid #369add">
Div here</div>
This div border color is #369add
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,154,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #369add; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #369add; -webkit-box-shadow: 1px 1px 3px 2px #369add; box-shadow: 1px 1px 3px 2px #369add; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,154,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #369add">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #369add; -webkit-box-shadow: 1px 1px 3px 2px #369add; box-shadow: 1px 1px 3px 2px #369add;">
Div content here</div>
This div box has shadow with color #369add
Comments
No comments written yet.
Please login to write comment.