Color spaces of #7cccbf
RGB | 124 | 204 | 191 |
---|---|---|---|
HSL | 0.47 | 0.44 | 0.64 |
HSV | 170° | 39° | 80° |
CMYK | 0.39 | 0.00 | 0.06 0.20 |
XYZ | 39.3090 | 51.2324 | 57.1073 |
Yxy | 51.2324 | 0.2662 | 0.3470 |
Hunter Lab | 71.5768 | -27.2297 | 2.7995 |
CIE-Lab | 76.8196 | -27.5601 | -1.2562 |
#7cccbf color RGB value is (124,204,191).
#7cccbf hex color red value is 124, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7cccbf hue: 0.47 , saturation: 0.44 and the lightness value of 7cccbf is 0.64.
The process color (four color CMYK) of #7cccbf color hex is 0.39, 0.00, 0.06, 0.20. Web safe color of #7cccbf is #66cccc. Color #7cccbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11001100 | 10111111 |
Octal | 174 | 314 | 277 |
Decimal | 124 | 204 | 191 |
Hex | 7C | CC | BF |
Shades of #7cccbf
Tints of #7cccbf
RGB Percentages of Color #7cccbf
CMYK Percentages of Color #7cccbf
Complementary Color
#7cccbf | #cc7c89 |
#7cccbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cccbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cccbf Color CSS Codes
.mybgcolor {background-color:#7cccbf; } .myforecolor {color:#7cccbf; } .mybordercolor {border:3px solid #7cccbf; }
#7cccbf Text Font Color
<p style="color:#7cccbf">Text here</p>
This sample text font color is #7cccbf
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.
#7cccbf Background Color
<div style="background-color:#7cccbf">
Div content here</div>
This div background color is #7cccbf
#7cccbf Border Color
<div style="border:3px solid #7cccbf">
Div here</div>
This div border color is #7cccbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,204,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cccbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cccbf; -webkit-box-shadow: 1px 1px 3px 2px #7cccbf; box-shadow: 1px 1px 3px 2px #7cccbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,204,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 #7cccbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cccbf; -webkit-box-shadow: 1px 1px 3px 2px #7cccbf; box-shadow: 1px 1px 3px 2px #7cccbf;">
Div content here</div>
This div box has shadow with color #7cccbf
Comments
No comments written yet.
Please login to write comment.