Color spaces of #7cadde
RGB | 124 | 173 | 222 |
---|---|---|---|
HSL | 0.58 | 0.60 | 0.68 |
HSV | 210° | 44° | 87° |
CMYK | 0.44 | 0.22 | 0.00 0.13 |
XYZ | 36.4406 | 39.4462 | 74.8005 |
Yxy | 39.4462 | 0.2418 | 0.2618 |
Hunter Lab | 62.8062 | -6.3439 | -26.6484 |
CIE-Lab | 69.0733 | -3.4617 | -29.7949 |
#7cadde color RGB value is (124,173,222).
#7cadde hex color red value is 124, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7cadde hue: 0.58 , saturation: 0.60 and the lightness value of 7cadde is 0.68.
The process color (four color CMYK) of #7cadde color hex is 0.44, 0.22, 0.00, 0.13. Web safe color of #7cadde is #6699cc. Color #7cadde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 10101101 | 11011110 |
Octal | 174 | 255 | 336 |
Decimal | 124 | 173 | 222 |
Hex | 7C | AD | DE |
Shades of #7cadde
Tints of #7cadde
RGB Percentages of Color #7cadde
CMYK Percentages of Color #7cadde
Complementary Color
#7cadde | #dead7c |
#7cadde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cadde Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cadde Color CSS Codes
.mybgcolor {background-color:#7cadde; } .myforecolor {color:#7cadde; } .mybordercolor {border:3px solid #7cadde; }
#7cadde Text Font Color
<p style="color:#7cadde">Text here</p>
This sample text font color is #7cadde
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.
#7cadde Background Color
<div style="background-color:#7cadde">
Div content here</div>
This div background color is #7cadde
#7cadde Border Color
<div style="border:3px solid #7cadde">
Div here</div>
This div border color is #7cadde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,173,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cadde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cadde; -webkit-box-shadow: 1px 1px 3px 2px #7cadde; box-shadow: 1px 1px 3px 2px #7cadde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,173,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cadde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cadde; -webkit-box-shadow: 1px 1px 3px 2px #7cadde; box-shadow: 1px 1px 3px 2px #7cadde;">
Div content here</div>
This div box has shadow with color #7cadde
Comments
No comments written yet.
Please login to write comment.