Color spaces of #278edb
RGB | 39 | 142 | 219 |
---|---|---|---|
HSL | 0.57 | 0.71 | 0.51 |
HSV | 206° | 82° | 86° |
CMYK | 0.82 | 0.35 | 0.00 0.14 |
XYZ | 23.2959 | 24.8918 | 70.5946 |
Yxy | 24.8918 | 0.1961 | 0.2096 |
Hunter Lab | 49.8917 | -3.9635 | -48.9686 |
CIE-Lab | 56.9698 | -1.6169 | -47.2913 |
#278edb color RGB value is (39,142,219).
#278edb hex color red value is 39, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #278edb hue: 0.57 , saturation: 0.71 and the lightness value of 278edb is 0.51.
The process color (four color CMYK) of #278edb color hex is 0.82, 0.35, 0.00, 0.14. Web safe color of #278edb is #3399cc. Color #278edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 10001110 | 11011011 |
Octal | 47 | 216 | 333 |
Decimal | 39 | 142 | 219 |
Hex | 27 | 8E | DB |
Shades of #278edb
Tints of #278edb
RGB Percentages of Color #278edb
CMYK Percentages of Color #278edb
Complementary Color
#278edb | #db7427 |
#278edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#278edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#278edb Color CSS Codes
.mybgcolor {background-color:#278edb; } .myforecolor {color:#278edb; } .mybordercolor {border:3px solid #278edb; }
#278edb Text Font Color
<p style="color:#278edb">Text here</p>
This sample text font color is #278edb
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.
#278edb Background Color
<div style="background-color:#278edb">
Div content here</div>
This div background color is #278edb
#278edb Border Color
<div style="border:3px solid #278edb">
Div here</div>
This div border color is #278edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,142,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #278edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #278edb; -webkit-box-shadow: 1px 1px 3px 2px #278edb; box-shadow: 1px 1px 3px 2px #278edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,142,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #278edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #278edb; -webkit-box-shadow: 1px 1px 3px 2px #278edb; box-shadow: 1px 1px 3px 2px #278edb;">
Div content here</div>
This div box has shadow with color #278edb
Comments
No comments written yet.
Please login to write comment.