Color spaces of #7cbfea
RGB | 124 | 191 | 234 |
---|---|---|---|
HSL | 0.57 | 0.72 | 0.70 |
HSV | 203° | 47° | 92° |
CMYK | 0.47 | 0.18 | 0.00 0.08 |
XYZ | 41.7943 | 47.4872 | 84.8051 |
Yxy | 47.4872 | 0.2401 | 0.2728 |
Hunter Lab | 68.9110 | -12.3344 | -24.7274 |
CIE-Lab | 74.5003 | -9.8724 | -27.9788 |
#7cbfea color RGB value is (124,191,234).
#7cbfea hex color red value is 124, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7cbfea hue: 0.57 , saturation: 0.72 and the lightness value of 7cbfea is 0.70.
The process color (four color CMYK) of #7cbfea color hex is 0.47, 0.18, 0.00, 0.08. Web safe color of #7cbfea is #66ccff. Color #7cbfea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 10111111 | 11101010 |
Octal | 174 | 277 | 352 |
Decimal | 124 | 191 | 234 |
Hex | 7C | BF | EA |
Shades of #7cbfea
Tints of #7cbfea
RGB Percentages of Color #7cbfea
CMYK Percentages of Color #7cbfea
Complementary Color
#7cbfea | #eaa77c |
#7cbfea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cbfea Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cbfea Color CSS Codes
.mybgcolor {background-color:#7cbfea; } .myforecolor {color:#7cbfea; } .mybordercolor {border:3px solid #7cbfea; }
#7cbfea Text Font Color
<p style="color:#7cbfea">Text here</p>
This sample text font color is #7cbfea
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.
#7cbfea Background Color
<div style="background-color:#7cbfea">
Div content here</div>
This div background color is #7cbfea
#7cbfea Border Color
<div style="border:3px solid #7cbfea">
Div here</div>
This div border color is #7cbfea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,191,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cbfea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cbfea; -webkit-box-shadow: 1px 1px 3px 2px #7cbfea; box-shadow: 1px 1px 3px 2px #7cbfea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,191,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cbfea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cbfea; -webkit-box-shadow: 1px 1px 3px 2px #7cbfea; box-shadow: 1px 1px 3px 2px #7cbfea;">
Div content here</div>
This div box has shadow with color #7cbfea
Comments
No comments written yet.
Please login to write comment.