Color spaces of #7deaaf
RGB | 125 | 234 | 175 |
---|---|---|---|
HSL | 0.41 | 0.72 | 0.70 |
HSV | 148° | 47° | 92° |
CMYK | 0.47 | 0.00 | 0.25 0.08 |
XYZ | 45.6181 | 66.3008 | 50.9504 |
Yxy | 66.3008 | 0.2801 | 0.4071 |
Hunter Lab | 81.4253 | -42.4906 | 19.8981 |
CIE-Lab | 85.1496 | -44.5157 | 19.1241 |
#7deaaf color RGB value is (125,234,175).
#7deaaf hex color red value is 125, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7deaaf hue: 0.41 , saturation: 0.72 and the lightness value of 7deaaf is 0.70.
The process color (four color CMYK) of #7deaaf color hex is 0.47, 0.00, 0.25, 0.08. Web safe color of #7deaaf is #66ff99. Color #7deaaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11101010 | 10101111 |
Octal | 175 | 352 | 257 |
Decimal | 125 | 234 | 175 |
Hex | 7D | EA | AF |
Shades of #7deaaf
Tints of #7deaaf
RGB Percentages of Color #7deaaf
CMYK Percentages of Color #7deaaf
Complementary Color
#7deaaf | #ea7db8 |
#7deaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7deaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7deaaf Color CSS Codes
.mybgcolor {background-color:#7deaaf; } .myforecolor {color:#7deaaf; } .mybordercolor {border:3px solid #7deaaf; }
#7deaaf Text Font Color
<p style="color:#7deaaf">Text here</p>
This sample text font color is #7deaaf
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.
#7deaaf Background Color
<div style="background-color:#7deaaf">
Div content here</div>
This div background color is #7deaaf
#7deaaf Border Color
<div style="border:3px solid #7deaaf">
Div here</div>
This div border color is #7deaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,234,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7deaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7deaaf; -webkit-box-shadow: 1px 1px 3px 2px #7deaaf; box-shadow: 1px 1px 3px 2px #7deaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,234,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 #7deaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7deaaf; -webkit-box-shadow: 1px 1px 3px 2px #7deaaf; box-shadow: 1px 1px 3px 2px #7deaaf;">
Div content here</div>
This div box has shadow with color #7deaaf
Comments
No comments written yet.
Please login to write comment.