Color spaces of #279edc
RGB | 39 | 158 | 220 |
---|---|---|---|
HSL | 0.56 | 0.72 | 0.51 |
HSV | 201° | 82° | 86° |
CMYK | 0.82 | 0.28 | 0.00 0.14 |
XYZ | 25.9818 | 30.0524 | 72.1414 |
Yxy | 30.0524 | 0.2027 | 0.2345 |
Hunter Lab | 54.8201 | -11.3356 | -39.6496 |
CIE-Lab | 61.6994 | -10.4121 | -40.3920 |
#279edc color RGB value is (39,158,220).
#279edc hex color red value is 39, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #279edc hue: 0.56 , saturation: 0.72 and the lightness value of 279edc is 0.51.
The process color (four color CMYK) of #279edc color hex is 0.82, 0.28, 0.00, 0.14. Web safe color of #279edc is #3399cc. Color #279edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 10011110 | 11011100 |
Octal | 47 | 236 | 334 |
Decimal | 39 | 158 | 220 |
Hex | 27 | 9E | DC |
Shades of #279edc
Tints of #279edc
RGB Percentages of Color #279edc
CMYK Percentages of Color #279edc
Complementary Color
#279edc | #dc6527 |
#279edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#279edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#279edc Color CSS Codes
.mybgcolor {background-color:#279edc; } .myforecolor {color:#279edc; } .mybordercolor {border:3px solid #279edc; }
#279edc Text Font Color
<p style="color:#279edc">Text here</p>
This sample text font color is #279edc
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.
#279edc Background Color
<div style="background-color:#279edc">
Div content here</div>
This div background color is #279edc
#279edc Border Color
<div style="border:3px solid #279edc">
Div here</div>
This div border color is #279edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,158,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #279edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #279edc; -webkit-box-shadow: 1px 1px 3px 2px #279edc; box-shadow: 1px 1px 3px 2px #279edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,158,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 #279edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #279edc; -webkit-box-shadow: 1px 1px 3px 2px #279edc; box-shadow: 1px 1px 3px 2px #279edc;">
Div content here</div>
This div box has shadow with color #279edc
Comments
No comments written yet.
Please login to write comment.