Color spaces of #7dfcbf
RGB | 125 | 252 | 191 |
---|---|---|---|
HSL | 0.42 | 0.95 | 0.74 |
HSV | 151° | 50° | 99° |
CMYK | 0.50 | 0.00 | 0.24 0.01 |
XYZ | 52.6718 | 77.7424 | 61.5199 |
Yxy | 77.7424 | 0.2744 | 0.4050 |
Hunter Lab | 88.1717 | -47.6684 | 20.3518 |
CIE-Lab | 90.6622 | -49.0586 | 18.5589 |
#7dfcbf color RGB value is (125,252,191).
#7dfcbf hex color red value is 125, green value is 252 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7dfcbf hue: 0.42 , saturation: 0.95 and the lightness value of 7dfcbf is 0.74.
The process color (four color CMYK) of #7dfcbf color hex is 0.50, 0.00, 0.24, 0.01. Web safe color of #7dfcbf is #66ffcc. Color #7dfcbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11111100 | 10111111 |
Octal | 175 | 374 | 277 |
Decimal | 125 | 252 | 191 |
Hex | 7D | FC | BF |
Shades of #7dfcbf
Tints of #7dfcbf
RGB Percentages of Color #7dfcbf
CMYK Percentages of Color #7dfcbf
Complementary Color
#7dfcbf | #fc7dba |
#7dfcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7dfcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7dfcbf Color CSS Codes
.mybgcolor {background-color:#7dfcbf; } .myforecolor {color:#7dfcbf; } .mybordercolor {border:3px solid #7dfcbf; }
#7dfcbf Text Font Color
<p style="color:#7dfcbf">Text here</p>
This sample text font color is #7dfcbf
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.
#7dfcbf Background Color
<div style="background-color:#7dfcbf">
Div content here</div>
This div background color is #7dfcbf
#7dfcbf Border Color
<div style="border:3px solid #7dfcbf">
Div here</div>
This div border color is #7dfcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,252,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7dfcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7dfcbf; -webkit-box-shadow: 1px 1px 3px 2px #7dfcbf; box-shadow: 1px 1px 3px 2px #7dfcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,252,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 #7dfcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7dfcbf; -webkit-box-shadow: 1px 1px 3px 2px #7dfcbf; box-shadow: 1px 1px 3px 2px #7dfcbf;">
Div content here</div>
This div box has shadow with color #7dfcbf
Comments
No comments written yet.
Please login to write comment.