Color spaces of #7cdbfa
RGB | 124 | 219 | 250 |
---|---|---|---|
HSL | 0.54 | 0.93 | 0.73 |
HSV | 195° | 50° | 98° |
CMYK | 0.50 | 0.12 | 0.00 0.02 |
XYZ | 50.8990 | 61.8502 | 99.6981 |
Yxy | 61.8502 | 0.2396 | 0.2911 |
Hunter Lab | 78.6449 | -22.1033 | -20.1105 |
CIE-Lab | 82.8337 | -19.9753 | -23.8074 |
#7cdbfa color RGB value is (124,219,250).
#7cdbfa hex color red value is 124, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7cdbfa hue: 0.54 , saturation: 0.93 and the lightness value of 7cdbfa is 0.73.
The process color (four color CMYK) of #7cdbfa color hex is 0.50, 0.12, 0.00, 0.02. Web safe color of #7cdbfa is #66ccff. Color #7cdbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11011011 | 11111010 |
Octal | 174 | 333 | 372 |
Decimal | 124 | 219 | 250 |
Hex | 7C | DB | FA |
Shades of #7cdbfa
Tints of #7cdbfa
RGB Percentages of Color #7cdbfa
CMYK Percentages of Color #7cdbfa
Complementary Color
#7cdbfa | #fa9b7c |
#7cdbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cdbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cdbfa Color CSS Codes
.mybgcolor {background-color:#7cdbfa; } .myforecolor {color:#7cdbfa; } .mybordercolor {border:3px solid #7cdbfa; }
#7cdbfa Text Font Color
<p style="color:#7cdbfa">Text here</p>
This sample text font color is #7cdbfa
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.
#7cdbfa Background Color
<div style="background-color:#7cdbfa">
Div content here</div>
This div background color is #7cdbfa
#7cdbfa Border Color
<div style="border:3px solid #7cdbfa">
Div here</div>
This div border color is #7cdbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,219,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cdbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cdbfa; -webkit-box-shadow: 1px 1px 3px 2px #7cdbfa; box-shadow: 1px 1px 3px 2px #7cdbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,219,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cdbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cdbfa; -webkit-box-shadow: 1px 1px 3px 2px #7cdbfa; box-shadow: 1px 1px 3px 2px #7cdbfa;">
Div content here</div>
This div box has shadow with color #7cdbfa
Comments
No comments written yet.
Please login to write comment.