Color spaces of #8fede9
RGB | 143 | 237 | 233 |
---|---|---|---|
HSL | 0.49 | 0.72 | 0.75 |
HSV | 177° | 40° | 93° |
CMYK | 0.40 | 0.00 | 0.02 0.07 |
XYZ | 56.3199 | 72.2912 | 88.0760 |
Yxy | 72.2912 | 0.2599 | 0.3336 |
Hunter Lab | 85.0242 | -30.5543 | -1.9011 |
CIE-Lab | 88.1086 | -28.7807 | -6.8524 |
#8fede9 color RGB value is (143,237,233).
#8fede9 hex color red value is 143, green value is 237 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #8fede9 hue: 0.49 , saturation: 0.72 and the lightness value of 8fede9 is 0.75.
The process color (four color CMYK) of #8fede9 color hex is 0.40, 0.00, 0.02, 0.07. Web safe color of #8fede9 is #99ffff. Color #8fede9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11101101 | 11101001 |
Octal | 217 | 355 | 351 |
Decimal | 143 | 237 | 233 |
Hex | 8F | ED | E9 |
Shades of #8fede9
Tints of #8fede9
RGB Percentages of Color #8fede9
CMYK Percentages of Color #8fede9
Complementary Color
#8fede9 | #ed8f93 |
#8fede9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fede9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fede9 Color CSS Codes
.mybgcolor {background-color:#8fede9; } .myforecolor {color:#8fede9; } .mybordercolor {border:3px solid #8fede9; }
#8fede9 Text Font Color
<p style="color:#8fede9">Text here</p>
This sample text font color is #8fede9
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.
#8fede9 Background Color
<div style="background-color:#8fede9">
Div content here</div>
This div background color is #8fede9
#8fede9 Border Color
<div style="border:3px solid #8fede9">
Div here</div>
This div border color is #8fede9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,237,233, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fede9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fede9; -webkit-box-shadow: 1px 1px 3px 2px #8fede9; box-shadow: 1px 1px 3px 2px #8fede9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,237,233, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8fede9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fede9; -webkit-box-shadow: 1px 1px 3px 2px #8fede9; box-shadow: 1px 1px 3px 2px #8fede9;">
Div content here</div>
This div box has shadow with color #8fede9
Comments
No comments written yet.
Please login to write comment.