Color spaces of #7ccbea
RGB | 124 | 203 | 234 |
---|---|---|---|
HSL | 0.55 | 0.72 | 0.70 |
HSV | 197° | 47° | 92° |
CMYK | 0.47 | 0.13 | 0.00 0.08 |
XYZ | 44.5194 | 52.9375 | 85.7134 |
Yxy | 52.9375 | 0.2430 | 0.2890 |
Hunter Lab | 72.7582 | -18.1059 | -18.9164 |
CIE-Lab | 77.8381 | -16.1689 | -22.8787 |
#7ccbea color RGB value is (124,203,234).
#7ccbea hex color red value is 124, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7ccbea hue: 0.55 , saturation: 0.72 and the lightness value of 7ccbea is 0.70.
The process color (four color CMYK) of #7ccbea color hex is 0.47, 0.13, 0.00, 0.08. Web safe color of #7ccbea is #66ccff. Color #7ccbea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11001011 | 11101010 |
Octal | 174 | 313 | 352 |
Decimal | 124 | 203 | 234 |
Hex | 7C | CB | EA |
Shades of #7ccbea
Tints of #7ccbea
RGB Percentages of Color #7ccbea
CMYK Percentages of Color #7ccbea
Complementary Color
#7ccbea | #ea9b7c |
#7ccbea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ccbea Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ccbea Color CSS Codes
.mybgcolor {background-color:#7ccbea; } .myforecolor {color:#7ccbea; } .mybordercolor {border:3px solid #7ccbea; }
#7ccbea Text Font Color
<p style="color:#7ccbea">Text here</p>
This sample text font color is #7ccbea
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.
#7ccbea Background Color
<div style="background-color:#7ccbea">
Div content here</div>
This div background color is #7ccbea
#7ccbea Border Color
<div style="border:3px solid #7ccbea">
Div here</div>
This div border color is #7ccbea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,203,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ccbea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ccbea; -webkit-box-shadow: 1px 1px 3px 2px #7ccbea; box-shadow: 1px 1px 3px 2px #7ccbea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,203,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 #7ccbea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ccbea; -webkit-box-shadow: 1px 1px 3px 2px #7ccbea; box-shadow: 1px 1px 3px 2px #7ccbea;">
Div content here</div>
This div box has shadow with color #7ccbea
Comments
No comments written yet.
Please login to write comment.