Color spaces of #7dafaf
RGB | 125 | 175 | 175 |
---|---|---|---|
HSL | 0.50 | 0.24 | 0.59 |
HSV | 180° | 29° | 69° |
CMYK | 0.29 | 0.00 | 0.00 0.31 |
XYZ | 31.5253 | 38.1151 | 46.2528 |
Yxy | 38.1151 | 0.2720 | 0.3289 |
Hunter Lab | 61.7374 | -16.8921 | -1.2030 |
CIE-Lab | 68.1054 | -16.4162 | -5.3359 |
#7dafaf color RGB value is (125,175,175).
#7dafaf hex color red value is 125, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7dafaf hue: 0.50 , saturation: 0.24 and the lightness value of 7dafaf is 0.59.
The process color (four color CMYK) of #7dafaf color hex is 0.29, 0.00, 0.00, 0.31. Web safe color of #7dafaf is #669999. Color #7dafaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 10101111 | 10101111 |
Octal | 175 | 257 | 257 |
Decimal | 125 | 175 | 175 |
Hex | 7D | AF | AF |
Shades of #7dafaf
Tints of #7dafaf
RGB Percentages of Color #7dafaf
CMYK Percentages of Color #7dafaf
Complementary Color
#7dafaf | #af7d7d |
#7dafaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7dafaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7dafaf Color CSS Codes
.mybgcolor {background-color:#7dafaf; } .myforecolor {color:#7dafaf; } .mybordercolor {border:3px solid #7dafaf; }
#7dafaf Text Font Color
<p style="color:#7dafaf">Text here</p>
This sample text font color is #7dafaf
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.
#7dafaf Background Color
<div style="background-color:#7dafaf">
Div content here</div>
This div background color is #7dafaf
#7dafaf Border Color
<div style="border:3px solid #7dafaf">
Div here</div>
This div border color is #7dafaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,175,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7dafaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7dafaf; -webkit-box-shadow: 1px 1px 3px 2px #7dafaf; box-shadow: 1px 1px 3px 2px #7dafaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,175,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 #7dafaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7dafaf; -webkit-box-shadow: 1px 1px 3px 2px #7dafaf; box-shadow: 1px 1px 3px 2px #7dafaf;">
Div content here</div>
This div box has shadow with color #7dafaf
Comments
No comments written yet.
Please login to write comment.