Color spaces of #73cead
RGB | 115 | 206 | 173 |
---|---|---|---|
HSL | 0.44 | 0.48 | 0.63 |
HSV | 158° | 44° | 81° |
CMYK | 0.44 | 0.00 | 0.16 0.19 |
XYZ | 36.6844 | 50.8046 | 47.4080 |
Yxy | 50.8046 | 0.2719 | 0.3766 |
Hunter Lab | 71.2773 | -32.8665 | 10.4592 |
CIE-Lab | 76.5605 | -34.9261 | 8.0006 |
#73cead color RGB value is (115,206,173).
#73cead hex color red value is 115, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #73cead hue: 0.44 , saturation: 0.48 and the lightness value of 73cead is 0.63.
The process color (four color CMYK) of #73cead color hex is 0.44, 0.00, 0.16, 0.19. Web safe color of #73cead is #66cc99. Color #73cead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 11001110 | 10101101 |
Octal | 163 | 316 | 255 |
Decimal | 115 | 206 | 173 |
Hex | 73 | CE | AD |
Shades of #73cead
Tints of #73cead
RGB Percentages of Color #73cead
CMYK Percentages of Color #73cead
Complementary Color
#73cead | #ce7394 |
#73cead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73cead Color Preview on White Background
Lorem ipsum dolor sit amet.
#73cead Color CSS Codes
.mybgcolor {background-color:#73cead; } .myforecolor {color:#73cead; } .mybordercolor {border:3px solid #73cead; }
#73cead Text Font Color
<p style="color:#73cead">Text here</p>
This sample text font color is #73cead
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.
#73cead Background Color
<div style="background-color:#73cead">
Div content here</div>
This div background color is #73cead
#73cead Border Color
<div style="border:3px solid #73cead">
Div here</div>
This div border color is #73cead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,206,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73cead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73cead; -webkit-box-shadow: 1px 1px 3px 2px #73cead; box-shadow: 1px 1px 3px 2px #73cead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,206,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 #73cead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73cead; -webkit-box-shadow: 1px 1px 3px 2px #73cead; box-shadow: 1px 1px 3px 2px #73cead;">
Div content here</div>
This div box has shadow with color #73cead
Comments
No comments written yet.
Please login to write comment.