Color spaces of #7dceaf
RGB | 125 | 206 | 175 |
---|---|---|---|
HSL | 0.44 | 0.45 | 0.65 |
HSV | 157° | 39° | 81° |
CMYK | 0.39 | 0.00 | 0.15 0.19 |
XYZ | 38.2666 | 51.5977 | 48.4999 |
Yxy | 51.5977 | 0.2766 | 0.3729 |
Hunter Lab | 71.8315 | -30.6134 | 10.2501 |
CIE-Lab | 77.0397 | -31.8312 | 7.6717 |
#7dceaf color RGB value is (125,206,175).
#7dceaf hex color red value is 125, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7dceaf hue: 0.44 , saturation: 0.45 and the lightness value of 7dceaf is 0.65.
The process color (four color CMYK) of #7dceaf color hex is 0.39, 0.00, 0.15, 0.19. Web safe color of #7dceaf is #66cc99. Color #7dceaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11001110 | 10101111 |
Octal | 175 | 316 | 257 |
Decimal | 125 | 206 | 175 |
Hex | 7D | CE | AF |
Shades of #7dceaf
Tints of #7dceaf
RGB Percentages of Color #7dceaf
CMYK Percentages of Color #7dceaf
Complementary Color
#7dceaf | #ce7d9c |
#7dceaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7dceaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7dceaf Color CSS Codes
.mybgcolor {background-color:#7dceaf; } .myforecolor {color:#7dceaf; } .mybordercolor {border:3px solid #7dceaf; }
#7dceaf Text Font Color
<p style="color:#7dceaf">Text here</p>
This sample text font color is #7dceaf
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.
#7dceaf Background Color
<div style="background-color:#7dceaf">
Div content here</div>
This div background color is #7dceaf
#7dceaf Border Color
<div style="border:3px solid #7dceaf">
Div here</div>
This div border color is #7dceaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,206,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7dceaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7dceaf; -webkit-box-shadow: 1px 1px 3px 2px #7dceaf; box-shadow: 1px 1px 3px 2px #7dceaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,206,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7dceaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7dceaf; -webkit-box-shadow: 1px 1px 3px 2px #7dceaf; box-shadow: 1px 1px 3px 2px #7dceaf;">
Div content here</div>
This div box has shadow with color #7dceaf
Comments
No comments written yet.
Please login to write comment.