Color spaces of #7dcddd
RGB | 125 | 205 | 221 |
---|---|---|---|
HSL | 0.53 | 0.59 | 0.68 |
HSV | 190° | 43° | 87° |
CMYK | 0.43 | 0.07 | 0.00 0.13 |
XYZ | 43.3399 | 53.2431 | 76.3993 |
Yxy | 53.2431 | 0.2505 | 0.3078 |
Hunter Lab | 72.9679 | -21.6721 | -11.0007 |
CIE-Lab | 78.0183 | -20.4058 | -15.6209 |
#7dcddd color RGB value is (125,205,221).
#7dcddd hex color red value is 125, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7dcddd hue: 0.53 , saturation: 0.59 and the lightness value of 7dcddd is 0.68.
The process color (four color CMYK) of #7dcddd color hex is 0.43, 0.07, 0.00, 0.13. Web safe color of #7dcddd is #66cccc. Color #7dcddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11001101 | 11011101 |
Octal | 175 | 315 | 335 |
Decimal | 125 | 205 | 221 |
Hex | 7D | CD | DD |
Shades of #7dcddd
Tints of #7dcddd
RGB Percentages of Color #7dcddd
CMYK Percentages of Color #7dcddd
Complementary Color
#7dcddd | #dd8d7d |
#7dcddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7dcddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7dcddd Color CSS Codes
.mybgcolor {background-color:#7dcddd; } .myforecolor {color:#7dcddd; } .mybordercolor {border:3px solid #7dcddd; }
#7dcddd Text Font Color
<p style="color:#7dcddd">Text here</p>
This sample text font color is #7dcddd
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.
#7dcddd Background Color
<div style="background-color:#7dcddd">
Div content here</div>
This div background color is #7dcddd
#7dcddd Border Color
<div style="border:3px solid #7dcddd">
Div here</div>
This div border color is #7dcddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,205,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7dcddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7dcddd; -webkit-box-shadow: 1px 1px 3px 2px #7dcddd; box-shadow: 1px 1px 3px 2px #7dcddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,205,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7dcddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7dcddd; -webkit-box-shadow: 1px 1px 3px 2px #7dcddd; box-shadow: 1px 1px 3px 2px #7dcddd;">
Div content here</div>
This div box has shadow with color #7dcddd
Comments
No comments written yet.
Please login to write comment.