Color spaces of #007cdc
RGB | 0 | 124 | 220 |
---|---|---|---|
HSL | 0.57 | 1.00 | 0.43 |
HSV | 206° | 100° | 86° |
CMYK | 1.00 | 0.44 | 0.00 0.14 |
XYZ | 20.1259 | 19.5826 | 70.4292 |
Yxy | 19.5826 | 0.1827 | 0.1778 |
Hunter Lab | 44.2522 | 3.7403 | -63.3858 |
CIE-Lab | 51.3620 | 7.6646 | -56.8247 |
#007cdc color RGB value is (0,124,220).
#007cdc hex color red value is 0, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #007cdc hue: 0.57 , saturation: 1.00 and the lightness value of 007cdc is 0.43.
The process color (four color CMYK) of #007cdc color hex is 1.00, 0.44, 0.00, 0.14. Web safe color of #007cdc is #0066cc. Color #007cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 01111100 | 11011100 |
Octal | 0 | 174 | 334 |
Decimal | 0 | 124 | 220 |
Hex | 0 | 7C | DC |
Shades of #007cdc
Tints of #007cdc
RGB Percentages of Color #007cdc
CMYK Percentages of Color #007cdc
Complementary Color
#007cdc | #dc6000 |
#007cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#007cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#007cdc Color CSS Codes
.mybgcolor {background-color:#007cdc; } .myforecolor {color:#007cdc; } .mybordercolor {border:3px solid #007cdc; }
#007cdc Text Font Color
<p style="color:#007cdc">Text here</p>
This sample text font color is #007cdc
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.
#007cdc Background Color
<div style="background-color:#007cdc">
Div content here</div>
This div background color is #007cdc
#007cdc Border Color
<div style="border:3px solid #007cdc">
Div here</div>
This div border color is #007cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,124,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #007cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #007cdc; -webkit-box-shadow: 1px 1px 3px 2px #007cdc; box-shadow: 1px 1px 3px 2px #007cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,124,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 #007cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #007cdc; -webkit-box-shadow: 1px 1px 3px 2px #007cdc; box-shadow: 1px 1px 3px 2px #007cdc;">
Div content here</div>
This div box has shadow with color #007cdc
Comments
No comments written yet.
Please login to write comment.