Color spaces of #7cdefe
RGB | 124 | 222 | 254 |
---|---|---|---|
HSL | 0.54 | 0.98 | 0.74 |
HSV | 195° | 51° | 100° |
CMYK | 0.51 | 0.13 | 0.00 0.00 |
XYZ | 52.3228 | 63.6834 | 103.3003 |
Yxy | 63.6834 | 0.2386 | 0.2904 |
Hunter Lab | 79.8019 | -22.6182 | -20.8872 |
CIE-Lab | 83.8007 | -20.3920 | -24.4516 |
#7cdefe color RGB value is (124,222,254).
#7cdefe hex color red value is 124, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7cdefe hue: 0.54 , saturation: 0.98 and the lightness value of 7cdefe is 0.74.
The process color (four color CMYK) of #7cdefe color hex is 0.51, 0.13, 0.00, 0.00. Web safe color of #7cdefe is #66ccff. Color #7cdefe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11011110 | 11111110 |
Octal | 174 | 336 | 376 |
Decimal | 124 | 222 | 254 |
Hex | 7C | DE | FE |
Shades of #7cdefe
Tints of #7cdefe
RGB Percentages of Color #7cdefe
CMYK Percentages of Color #7cdefe
Complementary Color
#7cdefe | #fe9c7c |
#7cdefe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cdefe Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cdefe Color CSS Codes
.mybgcolor {background-color:#7cdefe; } .myforecolor {color:#7cdefe; } .mybordercolor {border:3px solid #7cdefe; }
#7cdefe Text Font Color
<p style="color:#7cdefe">Text here</p>
This sample text font color is #7cdefe
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.
#7cdefe Background Color
<div style="background-color:#7cdefe">
Div content here</div>
This div background color is #7cdefe
#7cdefe Border Color
<div style="border:3px solid #7cdefe">
Div here</div>
This div border color is #7cdefe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,222,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cdefe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cdefe; -webkit-box-shadow: 1px 1px 3px 2px #7cdefe; box-shadow: 1px 1px 3px 2px #7cdefe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,222,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cdefe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cdefe; -webkit-box-shadow: 1px 1px 3px 2px #7cdefe; box-shadow: 1px 1px 3px 2px #7cdefe;">
Div content here</div>
This div box has shadow with color #7cdefe
Related Colors
Comments
No comments written yet.
Please login to write comment.