Color spaces of #7ddeb6
RGB | 125 | 222 | 182 |
---|---|---|---|
HSL | 0.43 | 0.60 | 0.68 |
HSV | 155° | 44° | 87° |
CMYK | 0.44 | 0.00 | 0.18 0.13 |
XYZ | 43.0222 | 59.9799 | 53.5657 |
Yxy | 59.9799 | 0.2748 | 0.3831 |
Hunter Lab | 77.4467 | -36.3737 | 13.2050 |
CIE-Lab | 81.8273 | -37.7663 | 10.7834 |
#7ddeb6 color RGB value is (125,222,182).
#7ddeb6 hex color red value is 125, green value is 222 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #7ddeb6 hue: 0.43 , saturation: 0.60 and the lightness value of 7ddeb6 is 0.68.
The process color (four color CMYK) of #7ddeb6 color hex is 0.44, 0.00, 0.18, 0.13. Web safe color of #7ddeb6 is #66cccc. Color #7ddeb6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11011110 | 10110110 |
Octal | 175 | 336 | 266 |
Decimal | 125 | 222 | 182 |
Hex | 7D | DE | B6 |
Shades of #7ddeb6
Tints of #7ddeb6
RGB Percentages of Color #7ddeb6
CMYK Percentages of Color #7ddeb6
Complementary Color
#7ddeb6 | #de7da5 |
#7ddeb6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ddeb6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ddeb6 Color CSS Codes
.mybgcolor {background-color:#7ddeb6; } .myforecolor {color:#7ddeb6; } .mybordercolor {border:3px solid #7ddeb6; }
#7ddeb6 Text Font Color
<p style="color:#7ddeb6">Text here</p>
This sample text font color is #7ddeb6
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.
#7ddeb6 Background Color
<div style="background-color:#7ddeb6">
Div content here</div>
This div background color is #7ddeb6
#7ddeb6 Border Color
<div style="border:3px solid #7ddeb6">
Div here</div>
This div border color is #7ddeb6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,222,182, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ddeb6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ddeb6; -webkit-box-shadow: 1px 1px 3px 2px #7ddeb6; box-shadow: 1px 1px 3px 2px #7ddeb6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,222,182, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ddeb6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ddeb6; -webkit-box-shadow: 1px 1px 3px 2px #7ddeb6; box-shadow: 1px 1px 3px 2px #7ddeb6;">
Div content here</div>
This div box has shadow with color #7ddeb6
Comments
No comments written yet.
Please login to write comment.