Color spaces of #7dfcda
RGB | 125 | 252 | 218 |
---|---|---|---|
HSL | 0.46 | 0.95 | 0.74 |
HSV | 164° | 50° | 99° |
CMYK | 0.50 | 0.00 | 0.13 0.01 |
XYZ | 55.9227 | 79.0427 | 78.6390 |
Yxy | 79.0427 | 0.2618 | 0.3700 |
Hunter Lab | 88.9060 | -43.3072 | 9.7910 |
CIE-Lab | 91.2536 | -43.3265 | 5.4786 |
#7dfcda color RGB value is (125,252,218).
#7dfcda hex color red value is 125, green value is 252 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7dfcda hue: 0.46 , saturation: 0.95 and the lightness value of 7dfcda is 0.74.
The process color (four color CMYK) of #7dfcda color hex is 0.50, 0.00, 0.13, 0.01. Web safe color of #7dfcda is #66ffcc. Color #7dfcda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11111100 | 11011010 |
Octal | 175 | 374 | 332 |
Decimal | 125 | 252 | 218 |
Hex | 7D | FC | DA |
Shades of #7dfcda
Tints of #7dfcda
RGB Percentages of Color #7dfcda
CMYK Percentages of Color #7dfcda
Complementary Color
#7dfcda | #fc7d9f |
#7dfcda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7dfcda Color Preview on White Background
Lorem ipsum dolor sit amet.
#7dfcda Color CSS Codes
.mybgcolor {background-color:#7dfcda; } .myforecolor {color:#7dfcda; } .mybordercolor {border:3px solid #7dfcda; }
#7dfcda Text Font Color
<p style="color:#7dfcda">Text here</p>
This sample text font color is #7dfcda
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.
#7dfcda Background Color
<div style="background-color:#7dfcda">
Div content here</div>
This div background color is #7dfcda
#7dfcda Border Color
<div style="border:3px solid #7dfcda">
Div here</div>
This div border color is #7dfcda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,252,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7dfcda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7dfcda; -webkit-box-shadow: 1px 1px 3px 2px #7dfcda; box-shadow: 1px 1px 3px 2px #7dfcda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,252,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7dfcda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7dfcda; -webkit-box-shadow: 1px 1px 3px 2px #7dfcda; box-shadow: 1px 1px 3px 2px #7dfcda;">
Div content here</div>
This div box has shadow with color #7dfcda
Comments
No comments written yet.
Please login to write comment.