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