Color spaces of #7cedff
RGB | 124 | 237 | 255 |
---|---|---|---|
HSL | 0.52 | 1.00 | 0.74 |
HSV | 188° | 51° | 100° |
CMYK | 0.51 | 0.07 | 0.00 0.00 |
XYZ | 56.6464 | 72.0735 | 105.5337 |
Yxy | 72.0735 | 0.2418 | 0.3077 |
Hunter Lab | 84.8961 | -29.4652 | -14.2757 |
CIE-Lab | 88.0040 | -27.5198 | -18.6107 |
#7cedff color RGB value is (124,237,255).
#7cedff hex color red value is 124, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7cedff hue: 0.52 , saturation: 1.00 and the lightness value of 7cedff is 0.74.
The process color (four color CMYK) of #7cedff color hex is 0.51, 0.07, 0.00, 0.00. Web safe color of #7cedff is #66ffff. Color #7cedff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11101101 | 11111111 |
Octal | 174 | 355 | 377 |
Decimal | 124 | 237 | 255 |
Hex | 7C | ED | FF |
Shades of #7cedff
Tints of #7cedff
RGB Percentages of Color #7cedff
CMYK Percentages of Color #7cedff
Complementary Color
#7cedff | #ff8e7c |
#7cedff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cedff Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cedff Color CSS Codes
.mybgcolor {background-color:#7cedff; } .myforecolor {color:#7cedff; } .mybordercolor {border:3px solid #7cedff; }
#7cedff Text Font Color
<p style="color:#7cedff">Text here</p>
This sample text font color is #7cedff
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.
#7cedff Background Color
<div style="background-color:#7cedff">
Div content here</div>
This div background color is #7cedff
#7cedff Border Color
<div style="border:3px solid #7cedff">
Div here</div>
This div border color is #7cedff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,237,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cedff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cedff; -webkit-box-shadow: 1px 1px 3px 2px #7cedff; box-shadow: 1px 1px 3px 2px #7cedff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,237,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cedff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cedff; -webkit-box-shadow: 1px 1px 3px 2px #7cedff; box-shadow: 1px 1px 3px 2px #7cedff;">
Div content here</div>
This div box has shadow with color #7cedff
Comments
No comments written yet.
Please login to write comment.