Color spaces of #7ffcbd
RGB | 127 | 252 | 189 |
---|---|---|---|
HSL | 0.42 | 0.95 | 0.74 |
HSV | 150° | 50° | 99° |
CMYK | 0.50 | 0.00 | 0.25 0.01 |
XYZ | 52.7481 | 77.8070 | 60.3822 |
Yxy | 77.8070 | 0.2763 | 0.4075 |
Hunter Lab | 88.2083 | -47.6224 | 21.1593 |
CIE-Lab | 90.6918 | -48.9877 | 19.6354 |
#7ffcbd color RGB value is (127,252,189).
#7ffcbd hex color red value is 127, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ffcbd hue: 0.42 , saturation: 0.95 and the lightness value of 7ffcbd is 0.74.
The process color (four color CMYK) of #7ffcbd color hex is 0.50, 0.00, 0.25, 0.01. Web safe color of #7ffcbd is #66ffcc. Color #7ffcbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11111100 | 10111101 |
Octal | 177 | 374 | 275 |
Decimal | 127 | 252 | 189 |
Hex | 7F | FC | BD |
Shades of #7ffcbd
Tints of #7ffcbd
RGB Percentages of Color #7ffcbd
CMYK Percentages of Color #7ffcbd
Complementary Color
#7ffcbd | #fc7fbe |
#7ffcbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ffcbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ffcbd Color CSS Codes
.mybgcolor {background-color:#7ffcbd; } .myforecolor {color:#7ffcbd; } .mybordercolor {border:3px solid #7ffcbd; }
#7ffcbd Text Font Color
<p style="color:#7ffcbd">Text here</p>
This sample text font color is #7ffcbd
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.
#7ffcbd Background Color
<div style="background-color:#7ffcbd">
Div content here</div>
This div background color is #7ffcbd
#7ffcbd Border Color
<div style="border:3px solid #7ffcbd">
Div here</div>
This div border color is #7ffcbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,252,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ffcbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ffcbd; -webkit-box-shadow: 1px 1px 3px 2px #7ffcbd; box-shadow: 1px 1px 3px 2px #7ffcbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,252,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ffcbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ffcbd; -webkit-box-shadow: 1px 1px 3px 2px #7ffcbd; box-shadow: 1px 1px 3px 2px #7ffcbd;">
Div content here</div>
This div box has shadow with color #7ffcbd
Comments
No comments written yet.
Please login to write comment.