Color spaces of #7cdaef
RGB | 124 | 218 | 239 |
---|---|---|---|
HSL | 0.53 | 0.78 | 0.71 |
HSV | 191° | 48° | 94° |
CMYK | 0.48 | 0.09 | 0.00 0.06 |
XYZ | 48.9636 | 60.6599 | 90.7892 |
Yxy | 60.6599 | 0.2443 | 0.3027 |
Hunter Lab | 77.8845 | -24.0803 | -14.5947 |
CIE-Lab | 82.1956 | -22.4377 | -18.9414 |
#7cdaef color RGB value is (124,218,239).
#7cdaef hex color red value is 124, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7cdaef hue: 0.53 , saturation: 0.78 and the lightness value of 7cdaef is 0.71.
The process color (four color CMYK) of #7cdaef color hex is 0.48, 0.09, 0.00, 0.06. Web safe color of #7cdaef is #66ccff. Color #7cdaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11011010 | 11101111 |
Octal | 174 | 332 | 357 |
Decimal | 124 | 218 | 239 |
Hex | 7C | DA | EF |
Shades of #7cdaef
Tints of #7cdaef
RGB Percentages of Color #7cdaef
CMYK Percentages of Color #7cdaef
Complementary Color
#7cdaef | #ef917c |
#7cdaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cdaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cdaef Color CSS Codes
.mybgcolor {background-color:#7cdaef; } .myforecolor {color:#7cdaef; } .mybordercolor {border:3px solid #7cdaef; }
#7cdaef Text Font Color
<p style="color:#7cdaef">Text here</p>
This sample text font color is #7cdaef
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.
#7cdaef Background Color
<div style="background-color:#7cdaef">
Div content here</div>
This div background color is #7cdaef
#7cdaef Border Color
<div style="border:3px solid #7cdaef">
Div here</div>
This div border color is #7cdaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,218,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cdaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cdaef; -webkit-box-shadow: 1px 1px 3px 2px #7cdaef; box-shadow: 1px 1px 3px 2px #7cdaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,218,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cdaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cdaef; -webkit-box-shadow: 1px 1px 3px 2px #7cdaef; box-shadow: 1px 1px 3px 2px #7cdaef;">
Div content here</div>
This div box has shadow with color #7cdaef
Comments
No comments written yet.
Please login to write comment.