Color spaces of #8bdfae
RGB | 139 | 223 | 174 |
---|---|---|---|
HSL | 0.40 | 0.57 | 0.71 |
HSV | 145° | 38° | 87° |
CMYK | 0.38 | 0.00 | 0.22 0.13 |
XYZ | 44.6751 | 61.3203 | 49.5258 |
Yxy | 61.3203 | 0.2873 | 0.3943 |
Hunter Lab | 78.3073 | -35.2017 | 17.3169 |
CIE-Lab | 82.5506 | -36.0295 | 16.1040 |
#8bdfae color RGB value is (139,223,174).
#8bdfae hex color red value is 139, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8bdfae hue: 0.40 , saturation: 0.57 and the lightness value of 8bdfae is 0.71.
The process color (four color CMYK) of #8bdfae color hex is 0.38, 0.00, 0.22, 0.13. Web safe color of #8bdfae is #99cc99. Color #8bdfae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001011 | 11011111 | 10101110 |
Octal | 213 | 337 | 256 |
Decimal | 139 | 223 | 174 |
Hex | 8B | DF | AE |
Shades of #8bdfae
Tints of #8bdfae
RGB Percentages of Color #8bdfae
CMYK Percentages of Color #8bdfae
Complementary Color
#8bdfae | #df8bbc |
#8bdfae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8bdfae Color Preview on White Background
Lorem ipsum dolor sit amet.
#8bdfae Color CSS Codes
.mybgcolor {background-color:#8bdfae; } .myforecolor {color:#8bdfae; } .mybordercolor {border:3px solid #8bdfae; }
#8bdfae Text Font Color
<p style="color:#8bdfae">Text here</p>
This sample text font color is #8bdfae
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.
#8bdfae Background Color
<div style="background-color:#8bdfae">
Div content here</div>
This div background color is #8bdfae
#8bdfae Border Color
<div style="border:3px solid #8bdfae">
Div here</div>
This div border color is #8bdfae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(139,223,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8bdfae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8bdfae; -webkit-box-shadow: 1px 1px 3px 2px #8bdfae; box-shadow: 1px 1px 3px 2px #8bdfae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(139,223,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 #8bdfae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8bdfae; -webkit-box-shadow: 1px 1px 3px 2px #8bdfae; box-shadow: 1px 1px 3px 2px #8bdfae;">
Div content here</div>
This div box has shadow with color #8bdfae
Comments
No comments written yet.
Please login to write comment.