Color spaces of #8ebdae
RGB | 142 | 189 | 174 |
---|---|---|---|
HSL | 0.45 | 0.26 | 0.65 |
HSV | 161° | 25° | 74° |
CMYK | 0.25 | 0.00 | 0.08 0.26 |
XYZ | 36.9929 | 45.2020 | 46.8195 |
Yxy | 45.2020 | 0.2867 | 0.3504 |
Hunter Lab | 67.2324 | -19.4418 | 5.7742 |
CIE-Lab | 73.0247 | -18.6679 | 2.5342 |
#8ebdae color RGB value is (142,189,174).
#8ebdae hex color red value is 142, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8ebdae hue: 0.45 , saturation: 0.26 and the lightness value of 8ebdae is 0.65.
The process color (four color CMYK) of #8ebdae color hex is 0.25, 0.00, 0.08, 0.26. Web safe color of #8ebdae is #99cc99. Color #8ebdae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 10111101 | 10101110 |
Octal | 216 | 275 | 256 |
Decimal | 142 | 189 | 174 |
Hex | 8E | BD | AE |
Shades of #8ebdae
Tints of #8ebdae
RGB Percentages of Color #8ebdae
CMYK Percentages of Color #8ebdae
Complementary Color
#8ebdae | #bd8e9d |
#8ebdae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8ebdae Color Preview on White Background
Lorem ipsum dolor sit amet.
#8ebdae Color CSS Codes
.mybgcolor {background-color:#8ebdae; } .myforecolor {color:#8ebdae; } .mybordercolor {border:3px solid #8ebdae; }
#8ebdae Text Font Color
<p style="color:#8ebdae">Text here</p>
This sample text font color is #8ebdae
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.
#8ebdae Background Color
<div style="background-color:#8ebdae">
Div content here</div>
This div background color is #8ebdae
#8ebdae Border Color
<div style="border:3px solid #8ebdae">
Div here</div>
This div border color is #8ebdae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,189,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8ebdae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8ebdae; -webkit-box-shadow: 1px 1px 3px 2px #8ebdae; box-shadow: 1px 1px 3px 2px #8ebdae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,189,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8ebdae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ebdae; -webkit-box-shadow: 1px 1px 3px 2px #8ebdae; box-shadow: 1px 1px 3px 2px #8ebdae;">
Div content here</div>
This div box has shadow with color #8ebdae
Comments
No comments written yet.
Please login to write comment.