Color spaces of #2a7edc
RGB | 42 | 126 | 220 |
---|---|---|---|
HSL | 0.59 | 0.72 | 0.51 |
HSV | 212° | 81° | 86° |
CMYK | 0.81 | 0.43 | 0.00 0.14 |
XYZ | 21.3340 | 20.5813 | 70.5583 |
Yxy | 20.5813 | 0.1897 | 0.1830 |
Hunter Lab | 45.3666 | 4.5494 | -60.4566 |
CIE-Lab | 52.4882 | 8.6578 | -54.9886 |
#2a7edc color RGB value is (42,126,220).
#2a7edc hex color red value is 42, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2a7edc hue: 0.59 , saturation: 0.72 and the lightness value of 2a7edc is 0.51.
The process color (four color CMYK) of #2a7edc color hex is 0.81, 0.43, 0.00, 0.14. Web safe color of #2a7edc is #3366cc. Color #2a7edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 01111110 | 11011100 |
Octal | 52 | 176 | 334 |
Decimal | 42 | 126 | 220 |
Hex | 2A | 7E | DC |
Shades of #2a7edc
Tints of #2a7edc
RGB Percentages of Color #2a7edc
CMYK Percentages of Color #2a7edc
Complementary Color
#2a7edc | #dc882a |
#2a7edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2a7edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2a7edc Color CSS Codes
.mybgcolor {background-color:#2a7edc; } .myforecolor {color:#2a7edc; } .mybordercolor {border:3px solid #2a7edc; }
#2a7edc Text Font Color
<p style="color:#2a7edc">Text here</p>
This sample text font color is #2a7edc
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.
#2a7edc Background Color
<div style="background-color:#2a7edc">
Div content here</div>
This div background color is #2a7edc
#2a7edc Border Color
<div style="border:3px solid #2a7edc">
Div here</div>
This div border color is #2a7edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,126,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2a7edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2a7edc; -webkit-box-shadow: 1px 1px 3px 2px #2a7edc; box-shadow: 1px 1px 3px 2px #2a7edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,126,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 #2a7edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2a7edc; -webkit-box-shadow: 1px 1px 3px 2px #2a7edc; box-shadow: 1px 1px 3px 2px #2a7edc;">
Div content here</div>
This div box has shadow with color #2a7edc
Comments
No comments written yet.
Please login to write comment.