Color spaces of #7fcbbc
RGB | 127 | 203 | 188 |
---|---|---|---|
HSL | 0.47 | 0.42 | 0.65 |
HSV | 168° | 37° | 80° |
CMYK | 0.37 | 0.00 | 0.07 0.20 |
XYZ | 39.1854 | 50.8547 | 55.3276 |
Yxy | 50.8547 | 0.2696 | 0.3498 |
Hunter Lab | 71.3125 | -26.7131 | 3.9187 |
CIE-Lab | 76.5909 | -26.9654 | 0.0428 |
#7fcbbc color RGB value is (127,203,188).
#7fcbbc hex color red value is 127, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7fcbbc hue: 0.47 , saturation: 0.42 and the lightness value of 7fcbbc is 0.65.
The process color (four color CMYK) of #7fcbbc color hex is 0.37, 0.00, 0.07, 0.20. Web safe color of #7fcbbc is #66cccc. Color #7fcbbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11001011 | 10111100 |
Octal | 177 | 313 | 274 |
Decimal | 127 | 203 | 188 |
Hex | 7F | CB | BC |
Shades of #7fcbbc
Tints of #7fcbbc
RGB Percentages of Color #7fcbbc
CMYK Percentages of Color #7fcbbc
Complementary Color
#7fcbbc | #cb7f8e |
#7fcbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fcbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fcbbc Color CSS Codes
.mybgcolor {background-color:#7fcbbc; } .myforecolor {color:#7fcbbc; } .mybordercolor {border:3px solid #7fcbbc; }
#7fcbbc Text Font Color
<p style="color:#7fcbbc">Text here</p>
This sample text font color is #7fcbbc
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.
#7fcbbc Background Color
<div style="background-color:#7fcbbc">
Div content here</div>
This div background color is #7fcbbc
#7fcbbc Border Color
<div style="border:3px solid #7fcbbc">
Div here</div>
This div border color is #7fcbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,203,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fcbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fcbbc; -webkit-box-shadow: 1px 1px 3px 2px #7fcbbc; box-shadow: 1px 1px 3px 2px #7fcbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,203,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fcbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fcbbc; -webkit-box-shadow: 1px 1px 3px 2px #7fcbbc; box-shadow: 1px 1px 3px 2px #7fcbbc;">
Div content here</div>
This div box has shadow with color #7fcbbc
#7fcbbc Color Palettes
Comments
No comments written yet.
Please login to write comment.