Color spaces of #7ddcbf
RGB | 125 | 220 | 191 |
---|---|---|---|
HSL | 0.45 | 0.58 | 0.68 |
HSV | 162° | 43° | 86° |
CMYK | 0.43 | 0.00 | 0.13 0.14 |
XYZ | 43.4546 | 59.3080 | 58.4475 |
Yxy | 59.3080 | 0.2696 | 0.3679 |
Hunter Lab | 77.0117 | -34.0501 | 8.9104 |
CIE-Lab | 81.4606 | -34.9040 | 5.4936 |
#7ddcbf color RGB value is (125,220,191).
#7ddcbf hex color red value is 125, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7ddcbf hue: 0.45 , saturation: 0.58 and the lightness value of 7ddcbf is 0.68.
The process color (four color CMYK) of #7ddcbf color hex is 0.43, 0.00, 0.13, 0.14. Web safe color of #7ddcbf is #66cccc. Color #7ddcbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11011100 | 10111111 |
Octal | 175 | 334 | 277 |
Decimal | 125 | 220 | 191 |
Hex | 7D | DC | BF |
Shades of #7ddcbf
Tints of #7ddcbf
RGB Percentages of Color #7ddcbf
CMYK Percentages of Color #7ddcbf
Complementary Color
#7ddcbf | #dc7d9a |
#7ddcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ddcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ddcbf Color CSS Codes
.mybgcolor {background-color:#7ddcbf; } .myforecolor {color:#7ddcbf; } .mybordercolor {border:3px solid #7ddcbf; }
#7ddcbf Text Font Color
<p style="color:#7ddcbf">Text here</p>
This sample text font color is #7ddcbf
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.
#7ddcbf Background Color
<div style="background-color:#7ddcbf">
Div content here</div>
This div background color is #7ddcbf
#7ddcbf Border Color
<div style="border:3px solid #7ddcbf">
Div here</div>
This div border color is #7ddcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,220,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ddcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ddcbf; -webkit-box-shadow: 1px 1px 3px 2px #7ddcbf; box-shadow: 1px 1px 3px 2px #7ddcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,220,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 #7ddcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ddcbf; -webkit-box-shadow: 1px 1px 3px 2px #7ddcbf; box-shadow: 1px 1px 3px 2px #7ddcbf;">
Div content here</div>
This div box has shadow with color #7ddcbf
Comments
No comments written yet.
Please login to write comment.