Color spaces of #7dddde
RGB | 125 | 221 | 222 |
---|---|---|---|
HSL | 0.50 | 0.60 | 0.68 |
HSV | 181° | 44° | 87° |
CMYK | 0.44 | 0.00 | 0.00 0.13 |
XYZ | 47.4987 | 61.3468 | 78.4449 |
Yxy | 61.3468 | 0.2536 | 0.3275 |
Hunter Lab | 78.3242 | -28.8183 | -4.5544 |
CIE-Lab | 82.5648 | -28.0672 | -9.3543 |
#7dddde color RGB value is (125,221,222).
#7dddde hex color red value is 125, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7dddde hue: 0.50 , saturation: 0.60 and the lightness value of 7dddde is 0.68.
The process color (four color CMYK) of #7dddde color hex is 0.44, 0.00, 0.00, 0.13. Web safe color of #7dddde is #66cccc. Color #7dddde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11011101 | 11011110 |
Octal | 175 | 335 | 336 |
Decimal | 125 | 221 | 222 |
Hex | 7D | DD | DE |
Shades of #7dddde
Tints of #7dddde
RGB Percentages of Color #7dddde
CMYK Percentages of Color #7dddde
Complementary Color
#7dddde | #de7e7d |
#7dddde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7dddde Color Preview on White Background
Lorem ipsum dolor sit amet.
#7dddde Color CSS Codes
.mybgcolor {background-color:#7dddde; } .myforecolor {color:#7dddde; } .mybordercolor {border:3px solid #7dddde; }
#7dddde Text Font Color
<p style="color:#7dddde">Text here</p>
This sample text font color is #7dddde
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.
#7dddde Background Color
<div style="background-color:#7dddde">
Div content here</div>
This div background color is #7dddde
#7dddde Border Color
<div style="border:3px solid #7dddde">
Div here</div>
This div border color is #7dddde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,221,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7dddde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7dddde; -webkit-box-shadow: 1px 1px 3px 2px #7dddde; box-shadow: 1px 1px 3px 2px #7dddde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,221,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7dddde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7dddde; -webkit-box-shadow: 1px 1px 3px 2px #7dddde; box-shadow: 1px 1px 3px 2px #7dddde;">
Div content here</div>
This div box has shadow with color #7dddde
Comments
No comments written yet.
Please login to write comment.