Color spaces of #365edc
RGB | 54 | 94 | 220 |
---|---|---|---|
HSL | 0.63 | 0.70 | 0.54 |
HSV | 226° | 75° | 86° |
CMYK | 0.75 | 0.57 | 0.00 0.14 |
XYZ | 18.4423 | 13.9570 | 69.4321 |
Yxy | 13.9570 | 0.1811 | 0.1371 |
Hunter Lab | 37.3591 | 22.7381 | -84.0395 |
CIE-Lab | 44.1712 | 30.1060 | -68.4025 |
#365edc color RGB value is (54,94,220).
#365edc hex color red value is 54, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #365edc hue: 0.63 , saturation: 0.70 and the lightness value of 365edc is 0.54.
The process color (four color CMYK) of #365edc color hex is 0.75, 0.57, 0.00, 0.14. Web safe color of #365edc is #3366cc. Color #365edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01011110 | 11011100 |
Octal | 66 | 136 | 334 |
Decimal | 54 | 94 | 220 |
Hex | 36 | 5E | DC |
Shades of #365edc
Tints of #365edc
RGB Percentages of Color #365edc
CMYK Percentages of Color #365edc
Complementary Color
#365edc | #dcb436 |
#365edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#365edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#365edc Color CSS Codes
.mybgcolor {background-color:#365edc; } .myforecolor {color:#365edc; } .mybordercolor {border:3px solid #365edc; }
#365edc Text Font Color
<p style="color:#365edc">Text here</p>
This sample text font color is #365edc
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.
#365edc Background Color
<div style="background-color:#365edc">
Div content here</div>
This div background color is #365edc
#365edc Border Color
<div style="border:3px solid #365edc">
Div here</div>
This div border color is #365edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,94,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #365edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #365edc; -webkit-box-shadow: 1px 1px 3px 2px #365edc; box-shadow: 1px 1px 3px 2px #365edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,94,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #365edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #365edc; -webkit-box-shadow: 1px 1px 3px 2px #365edc; box-shadow: 1px 1px 3px 2px #365edc;">
Div content here</div>
This div box has shadow with color #365edc
Comments
No comments written yet.
Please login to write comment.