Color spaces of #7cacdc
RGB | 124 | 172 | 220 |
---|---|---|---|
HSL | 0.58 | 0.58 | 0.67 |
HSV | 210° | 44° | 86° |
CMYK | 0.44 | 0.22 | 0.00 0.14 |
XYZ | 35.9830 | 38.9574 | 73.3332 |
Yxy | 38.9574 | 0.2427 | 0.2627 |
Hunter Lab | 62.4159 | -6.3218 | -25.9695 |
CIE-Lab | 68.7204 | -3.4676 | -29.2418 |
#7cacdc color RGB value is (124,172,220).
#7cacdc hex color red value is 124, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7cacdc hue: 0.58 , saturation: 0.58 and the lightness value of 7cacdc is 0.67.
The process color (four color CMYK) of #7cacdc color hex is 0.44, 0.22, 0.00, 0.14. Web safe color of #7cacdc is #6699cc. Color #7cacdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 10101100 | 11011100 |
Octal | 174 | 254 | 334 |
Decimal | 124 | 172 | 220 |
Hex | 7C | AC | DC |
Shades of #7cacdc
Tints of #7cacdc
RGB Percentages of Color #7cacdc
CMYK Percentages of Color #7cacdc
Complementary Color
#7cacdc | #dcac7c |
#7cacdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cacdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cacdc Color CSS Codes
.mybgcolor {background-color:#7cacdc; } .myforecolor {color:#7cacdc; } .mybordercolor {border:3px solid #7cacdc; }
#7cacdc Text Font Color
<p style="color:#7cacdc">Text here</p>
This sample text font color is #7cacdc
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.
#7cacdc Background Color
<div style="background-color:#7cacdc">
Div content here</div>
This div background color is #7cacdc
#7cacdc Border Color
<div style="border:3px solid #7cacdc">
Div here</div>
This div border color is #7cacdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,172,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cacdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cacdc; -webkit-box-shadow: 1px 1px 3px 2px #7cacdc; box-shadow: 1px 1px 3px 2px #7cacdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,172,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 #7cacdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cacdc; -webkit-box-shadow: 1px 1px 3px 2px #7cacdc; box-shadow: 1px 1px 3px 2px #7cacdc;">
Div content here</div>
This div box has shadow with color #7cacdc
Comments
No comments written yet.
Please login to write comment.