Color spaces of #adefbe
RGB | 173 | 239 | 190 |
---|---|---|---|
HSL | 0.38 | 0.67 | 0.81 |
HSV | 135° | 28° | 94° |
CMYK | 0.28 | 0.00 | 0.21 0.06 |
XYZ | 57.3943 | 74.3349 | 60.0383 |
Yxy | 74.3349 | 0.2993 | 0.3876 |
Hunter Lab | 86.2177 | -32.0552 | 19.0654 |
CIE-Lab | 89.0805 | -30.3165 | 17.1700 |
#adefbe color RGB value is (173,239,190).
#adefbe hex color red value is 173, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #adefbe hue: 0.38 , saturation: 0.67 and the lightness value of adefbe is 0.81.
The process color (four color CMYK) of #adefbe color hex is 0.28, 0.00, 0.21, 0.06. Web safe color of #adefbe is #99ffcc. Color #adefbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101111 | 10111110 |
Octal | 255 | 357 | 276 |
Decimal | 173 | 239 | 190 |
Hex | AD | EF | BE |
Shades of #adefbe
Tints of #adefbe
RGB Percentages of Color #adefbe
CMYK Percentages of Color #adefbe
Complementary Color
#adefbe | #efadde |
#adefbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adefbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#adefbe Color CSS Codes
.mybgcolor {background-color:#adefbe; } .myforecolor {color:#adefbe; } .mybordercolor {border:3px solid #adefbe; }
#adefbe Text Font Color
<p style="color:#adefbe">Text here</p>
This sample text font color is #adefbe
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.
#adefbe Background Color
<div style="background-color:#adefbe">
Div content here</div>
This div background color is #adefbe
#adefbe Border Color
<div style="border:3px solid #adefbe">
Div here</div>
This div border color is #adefbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,239,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adefbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adefbe; -webkit-box-shadow: 1px 1px 3px 2px #adefbe; box-shadow: 1px 1px 3px 2px #adefbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,239,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adefbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adefbe; -webkit-box-shadow: 1px 1px 3px 2px #adefbe; box-shadow: 1px 1px 3px 2px #adefbe;">
Div content here</div>
This div box has shadow with color #adefbe
Comments
No comments written yet.
Please login to write comment.