Color spaces of #7cdebf
RGB | 124 | 222 | 191 |
---|---|---|---|
HSL | 0.45 | 0.60 | 0.68 |
HSV | 161° | 44° | 87° |
CMYK | 0.44 | 0.00 | 0.14 0.13 |
XYZ | 43.8374 | 60.2892 | 58.6167 |
Yxy | 60.2892 | 0.2694 | 0.3705 |
Hunter Lab | 77.6461 | -35.1033 | 9.5930 |
CIE-Lab | 81.9951 | -36.0803 | 6.2585 |
#7cdebf color RGB value is (124,222,191).
#7cdebf hex color red value is 124, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7cdebf hue: 0.45 , saturation: 0.60 and the lightness value of 7cdebf is 0.68.
The process color (four color CMYK) of #7cdebf color hex is 0.44, 0.00, 0.14, 0.13. Web safe color of #7cdebf is #66cccc. Color #7cdebf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11011110 | 10111111 |
Octal | 174 | 336 | 277 |
Decimal | 124 | 222 | 191 |
Hex | 7C | DE | BF |
Shades of #7cdebf
Tints of #7cdebf
RGB Percentages of Color #7cdebf
CMYK Percentages of Color #7cdebf
Complementary Color
#7cdebf | #de7c9b |
#7cdebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cdebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cdebf Color CSS Codes
.mybgcolor {background-color:#7cdebf; } .myforecolor {color:#7cdebf; } .mybordercolor {border:3px solid #7cdebf; }
#7cdebf Text Font Color
<p style="color:#7cdebf">Text here</p>
This sample text font color is #7cdebf
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.
#7cdebf Background Color
<div style="background-color:#7cdebf">
Div content here</div>
This div background color is #7cdebf
#7cdebf Border Color
<div style="border:3px solid #7cdebf">
Div here</div>
This div border color is #7cdebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,222,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cdebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cdebf; -webkit-box-shadow: 1px 1px 3px 2px #7cdebf; box-shadow: 1px 1px 3px 2px #7cdebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,222,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cdebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cdebf; -webkit-box-shadow: 1px 1px 3px 2px #7cdebf; box-shadow: 1px 1px 3px 2px #7cdebf;">
Div content here</div>
This div box has shadow with color #7cdebf
Comments
No comments written yet.
Please login to write comment.