Color spaces of #367eef
RGB | 54 | 126 | 239 |
---|---|---|---|
HSL | 0.60 | 0.85 | 0.57 |
HSV | 217° | 77° | 94° |
CMYK | 0.77 | 0.47 | 0.00 0.06 |
XYZ | 24.5622 | 21.9380 | 84.6012 |
Yxy | 21.9380 | 0.1874 | 0.1673 |
Hunter Lab | 46.8380 | 11.6402 | -74.3060 |
CIE-Lab | 53.9612 | 16.9214 | -63.2436 |
#367eef color RGB value is (54,126,239).
#367eef hex color red value is 54, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #367eef hue: 0.60 , saturation: 0.85 and the lightness value of 367eef is 0.57.
The process color (four color CMYK) of #367eef color hex is 0.77, 0.47, 0.00, 0.06. Web safe color of #367eef is #3366ff. Color #367eef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01111110 | 11101111 |
Octal | 66 | 176 | 357 |
Decimal | 54 | 126 | 239 |
Hex | 36 | 7E | EF |
Shades of #367eef
Tints of #367eef
RGB Percentages of Color #367eef
CMYK Percentages of Color #367eef
Complementary Color
#367eef | #efa736 |
#367eef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#367eef Color Preview on White Background
Lorem ipsum dolor sit amet.
#367eef Color CSS Codes
.mybgcolor {background-color:#367eef; } .myforecolor {color:#367eef; } .mybordercolor {border:3px solid #367eef; }
#367eef Text Font Color
<p style="color:#367eef">Text here</p>
This sample text font color is #367eef
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.
#367eef Background Color
<div style="background-color:#367eef">
Div content here</div>
This div background color is #367eef
#367eef Border Color
<div style="border:3px solid #367eef">
Div here</div>
This div border color is #367eef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,126,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #367eef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #367eef; -webkit-box-shadow: 1px 1px 3px 2px #367eef; box-shadow: 1px 1px 3px 2px #367eef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,126,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #367eef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #367eef; -webkit-box-shadow: 1px 1px 3px 2px #367eef; box-shadow: 1px 1px 3px 2px #367eef;">
Div content here</div>
This div box has shadow with color #367eef
Comments
No comments written yet.
Please login to write comment.